Skip to content

Commit 90c90fd

Browse files
committed
docs.yml
docs docs d docs.yml docs docs.yml docs docs docs
1 parent 9be1664 commit 90c90fd

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ jobs:
2525
python-version: '3.8'
2626
- name: Install requirements
2727
run: pip install .[docs]
28-
- name: Build html, latex
29-
run: cd docs && make html && make latex
30-
- name: Build pdf
31-
uses: xu-cheng/latex-action@v2
32-
with:
33-
working_directory: ./docs/build/latex
34-
root_file: "*.tex"
35-
glob_root_file: true
28+
- name: Install latex
29+
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk cm-super
30+
- name: Build html, latex, pdf
31+
run: cd docs && make html && make latexpdf
3632

0 commit comments

Comments
 (0)