1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

website update

This commit is contained in:
2022-11-12 09:44:36 +01:00
parent af205e2705
commit 8d1679bab3
3 changed files with 13 additions and 7 deletions

View File

@ -42,15 +42,21 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
# Set up R (current stable version) and developer tools
- uses: actions/checkout@v3
with:
# this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning
fetch-depth: 0
- uses: r-lib/actions/setup-pandoc@v2
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: "release"
# use RStudio Package Manager (RSPM) to quickly install packages
use-public-rspm: true
r-version: "release"
# use RStudio Package Manager (RSPM) to quickly install packages
use-public-rspm: true
- name: Set up R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with: