mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-03 10:48:54 +08:00
fix workflow: repos without tag does not default to HEAD:(
Try to set renv environment variable RENV_PATHS_ROOT.
This commit is contained in:
4
.github/workflows/deploy_bookdown.yml
vendored
4
.github/workflows/deploy_bookdown.yml
vendored
@@ -17,9 +17,11 @@ jobs:
|
||||
- uses: r-lib/actions/setup-pandoc@v1
|
||||
with:
|
||||
pandoc-version: '2.11'
|
||||
- uses: foxsen/actions/setup-renv
|
||||
- uses: foxsen/actions/setup-renv@v1
|
||||
with:
|
||||
cache-version: 1
|
||||
env:
|
||||
RENV_PATHS_ROOT: $HOME/.local/share/renv
|
||||
- name: Install Noto CJK fonts
|
||||
run: sudo apt-get install -y fonts-noto-cjk
|
||||
- name: Render Book
|
||||
|
||||
Reference in New Issue
Block a user