We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06fb7fa + 525d27a commit c3e765aCopy full SHA for c3e765a
.github/workflows/build.yml
@@ -22,11 +22,10 @@ jobs:
22
with:
23
ruby-version: 3.2.3
24
25
- - name: Install git-restore-time
26
- run: sudo apt-get install -y git-restore-mtime
27
-
+ # 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
28
- name: Restore mtime
29
- run: git restore-mtime
+ run: ./tools/git-restore-mtime
30
31
- name: Build Jekyll site
32
uses: limjh16/jekyll-action-ts@v2
0 commit comments