Skip to content

Commit

Permalink
ci: use github action for restoring mtime instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed May 31, 2024
1 parent 5ed3c1e commit befb35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Fix last modified time of files
run: sh .github/scripts/fix-mtime
- name: Restore timestamps
uses: chetan/git-restore-mtime-action@v2

- name: Render and publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit befb35f

Please sign in to comment.