Skip to content

Commit

Permalink
ci: add git-utimes from git-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 22, 2023
1 parent 45ed78f commit 5623548
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/render-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
- name: Install git-extras
run: |
git clone https://github.com/tj/git-extras.git
cd git-extras
git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
sudo make install
- name: Avoid noise in file metadata
run: |
git-utimes --newer
- uses: actions/checkout@v3

- uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 5623548

Please sign in to comment.