Skip to content

Commit

Permalink
ci: install full texlive to see whether we can fix the font issue (#8)
Browse files Browse the repository at this point in the history
* ci: install full texlive to see whether we can fix the font issue

! Package fontspec Error: The font "FreeSerif" cannot be found.

Signed-off-by: Huaqi Fang <[email protected]>

* ci: Fix Can't exec "xindy": No such file or directory at (eval 13) line 14.

https://github.com/Nuclei-Software/nuclei-tool-guide/actions/runs/10451638801/job/28938452097

Signed-off-by: Huaqi Fang <[email protected]>

* ci: only build on master or pull request

Signed-off-by: Huaqi Fang <[email protected]>

* ci: Fix deploy_doc.yaml format

---------

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi authored Aug 19, 2024
1 parent db66b6b commit 117895b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ concurrency:

on:
push:
branches: [master]
pull_request:

jobs:
Expand All @@ -28,7 +29,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install lftp python3 make latexmk \
texlive-latex-recommended texlive-xetex texlive-lang-cjk texlive-latex-extra texlive-fonts-recommended
texlive-full xindy texlive-latex-recommended texlive-xetex texlive-lang-cjk texlive-latex-extra texlive-fonts-recommended
sudo python3 -m pip install --upgrade pip
sudo pip3 install -r requirements.txt
Expand Down

0 comments on commit 117895b

Please sign in to comment.