Skip to content

Commit b92bb23

Browse files
authored
Simplify LaTeX compilation by removing packages
Removed extra system packages from LaTeX compilation steps.
1 parent bb36f44 commit b92bb23

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,11 @@ jobs:
3232
uses: xu-cheng/latex-action@v3
3333
with:
3434
root_file: main.tex
35-
extra_system_packages: >-
36-
texlive-fonts-recommended
37-
texlive-latex-recommended
38-
texlive-latex-extra
39-
texlive-science
40-
texlive-xetex
41-
latexmk
4235

4336
- name: Compile Beamer tutorial (beamer-tutorial.tex)
4437
uses: xu-cheng/latex-action@v3
4538
with:
4639
root_file: beamer-tutorial.tex
47-
extra_system_packages: >-
48-
texlive-fonts-recommended
49-
texlive-latex-recommended
50-
texlive-latex-extra
51-
texlive-science
52-
texlive-xetex
53-
latexmk
5440

5541
- name: Upload main PDF artifact
5642
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)