1
1
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:
Zhang Fuxin
2021-10-31 15:55:41 +08:00
parent 1c6e86f1be
commit 89b7c960a2

View File

@@ -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