mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-05 11:49:32 +08:00
fix: add used Chinese fonts(Noto CJK), otherwise gdtools will fail
to correctly compute table widths
This commit is contained in:
2
.github/workflows/deploy_bookdown.yml
vendored
2
.github/workflows/deploy_bookdown.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
||||
- uses: r-lib/actions/setup-renv@v1
|
||||
with:
|
||||
cache-version: 1
|
||||
- name: Install Noto CJK fonts
|
||||
run: sudo apt-get install -y fonts-noto-cjk
|
||||
- name: Render Book
|
||||
run: make
|
||||
- uses: actions/upload-artifact@v1
|
||||
|
||||
Reference in New Issue
Block a user