From befb35f747af5b648d78c9a72636db3c322bc1ca Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Fri, 31 May 2024 09:21:52 +0200 Subject: [PATCH] ci: use github action for restoring mtime instead --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f31c1d..5730382 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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