mirror of
https://github.com/msberends/AMR.git
synced 2024-12-24 18:46:14 +01:00
Update website.yaml
This commit is contained in:
parent
8d1679bab3
commit
d2edcf51ad
5
.github/workflows/website.yaml
vendored
5
.github/workflows/website.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user