From d2edcf51adcb1b2e5dbba811dfc76549d10ffbf6 Mon Sep 17 00:00:00 2001 From: "Dr. Matthijs Berends" <31037261+msberends@users.noreply.github.com> Date: Sat, 12 Nov 2022 12:10:33 +0100 Subject: [PATCH] Update website.yaml --- .github/workflows/website.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 6224deb9..f753ded7 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -48,6 +48,11 @@ jobs: # this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning fetch-depth: 0 + - name: Preserve timestamps + run: | + sudo apt install git-restore-mtime + git restore-mtime + - uses: r-lib/actions/setup-pandoc@v2 - name: Set up R