Skip to content

Commit cfe8f8a

Browse files
committed
remove task latex deps
1 parent 0b6b07b commit cfe8f8a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,7 @@ jobs:
3333

3434
- name: Install Sphinx deps
3535
run: pip install sphinx sphinx_rtd_theme
36-
37-
- name: Install LaTeX deps
38-
run: sudo apt-get update && sudo apt-get install -y \
39-
latexmk \
40-
texlive-latex-base \
41-
texlive-latex-recommended \
42-
texlive-latex-extra \
43-
texlive-fonts-recommended \
44-
texlive-fonts-extra \
45-
texlive-science \
46-
texlive-xetex
36+
4737
- name: Build HTML docs
4838
run: make html
4939
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)