mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-09 05:14:09 +08:00
set pandoc and R version
Now github runner produce different result than local version and I am trying to find out the difference.
This commit is contained in:
4
.github/workflows/deploy_bookdown.yml
vendored
4
.github/workflows/deploy_bookdown.yml
vendored
@@ -12,7 +12,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: r-lib/actions/setup-r@v1
|
||||
with:
|
||||
r-version: '3.6.3"
|
||||
- uses: r-lib/actions/setup-pandoc@v1
|
||||
with:
|
||||
pandoc-version: '2.11'
|
||||
- uses: r-lib/actions/setup-renv@v1
|
||||
with:
|
||||
cache-version: 1
|
||||
|
||||
Reference in New Issue
Block a user