mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-02 02:11:27 +08:00
Add pdf/doc generate in the workflow
Initial try.
This commit is contained in:
3
.github/workflows/deploy_bookdown.yml
vendored
3
.github/workflows/deploy_bookdown.yml
vendored
@@ -22,8 +22,9 @@ jobs:
|
||||
cache-version: 1
|
||||
- name: Install Noto CJK fonts
|
||||
run: sudo apt-get install -y fonts-noto-cjk
|
||||
- uses: foxsen/actions/setup-tinytex-new@tinytex-v2
|
||||
- name: Render Book
|
||||
run: make
|
||||
run: make -j8
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: _book
|
||||
|
||||
Reference in New Issue
Block a user