mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-10 13:46:16 +08:00
add $HOME/bin to PATH to find latex tools before calling make
This commit is contained in:
5
.github/workflows/deploy_bookdown.yml
vendored
5
.github/workflows/deploy_bookdown.yml
vendored
@@ -23,8 +23,11 @@ jobs:
|
||||
- name: Install Noto CJK fonts
|
||||
run: sudo apt-get install -y fonts-noto-cjk
|
||||
- uses: foxsen/actions/setup-tinytex-new@tinytex-v2
|
||||
with:
|
||||
cache-version: 2
|
||||
- name: Render Book
|
||||
run: make -j8
|
||||
run: export PATH=$PATH:$HOME/bin; make -j8
|
||||
shell: bash
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: _book
|
||||
|
||||
Reference in New Issue
Block a user