Skip to content

Commit c09a5f1

Browse files
committed
Fix latex issue
1 parent 6b0b56c commit c09a5f1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,17 @@ jobs:
6666
fonts-freefont-otf \
6767
gsfonts \
6868
latexmk \
69+
texlive \
6970
texlive-latex-extra
7071
7172
- name: Generate LaTeX code to check for errors
7273
run: |
7374
cd docs
7475
make apidocs
7576
make latex
76-
cd _build/latex
77-
latexmk -pdf -halt-on-error
77+
#cd _build/latex
78+
#latexmk -pdf -halt-on-error
79+
make latexpdf
7880
7981
- name: Build API and docs
8082
run: |

0 commit comments

Comments
 (0)