mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-02 02:11:27 +08:00
fix workflow again: env setting line won't expand $HOME:(
Tag the head revision as renv-v2(not v2 to avoid conflict with upstream) and use it.
This commit is contained in:
4
.github/workflows/deploy_bookdown.yml
vendored
4
.github/workflows/deploy_bookdown.yml
vendored
@@ -17,11 +17,9 @@ jobs:
|
||||
- uses: r-lib/actions/setup-pandoc@v1
|
||||
with:
|
||||
pandoc-version: '2.11'
|
||||
- uses: foxsen/actions/setup-renv@v1
|
||||
- uses: foxsen/actions/setup-renv@renv-v2
|
||||
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