Skip to content

Commit c3e765a

Browse files
authored
Merge pull request #2493 from gsmet/fix-preview-4
Avoid using git restore-mtime
2 parents 06fb7fa + 525d27a commit c3e765a

File tree

2 files changed

+609
-4
lines changed

2 files changed

+609
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
with:
2323
ruby-version: 3.2.3
2424

25-
- name: Install git-restore-time
26-
run: sudo apt-get install -y git-restore-mtime
27-
25+
# git restore-mtime is currently broken in the GH Actions images so using our own updated local copy
26+
# see https://github.com/MestreLion/git-tools/blob/main/git-restore-mtime
2827
- name: Restore mtime
29-
run: git restore-mtime
28+
run: ./tools/git-restore-mtime
3029

3130
- name: Build Jekyll site
3231
uses: limjh16/jekyll-action-ts@v2

0 commit comments

Comments
 (0)