Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
with:
ruby-version: 3.2.3

- name: Install git-restore-time
run: sudo apt-get install -y git-restore-mtime

# git restore-mtime is currently broken in the GH Actions images so using our own updated local copy
# see https://github.com/MestreLion/git-tools/blob/main/git-restore-mtime
- name: Restore mtime
run: git restore-mtime
run: ./tools/git-restore-mtime

- name: Build Jekyll site
uses: limjh16/jekyll-action-ts@v2
Expand Down
Loading
Loading