Skip to content

Commit bb36f44

Browse files
authored
Rename extra_packages to extra_system_packages
1 parent 7f83967 commit bb36f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: xu-cheng/latex-action@v3
3333
with:
3434
root_file: main.tex
35-
extra_packages: >-
35+
extra_system_packages: >-
3636
texlive-fonts-recommended
3737
texlive-latex-recommended
3838
texlive-latex-extra
@@ -44,7 +44,7 @@ jobs:
4444
uses: xu-cheng/latex-action@v3
4545
with:
4646
root_file: beamer-tutorial.tex
47-
extra_packages: >-
47+
extra_system_packages: >-
4848
texlive-fonts-recommended
4949
texlive-latex-recommended
5050
texlive-latex-extra
@@ -101,4 +101,4 @@ jobs:
101101

102102
- name: Deploy to GitHub Pages
103103
id: deployment
104-
uses: actions/deploy-pages@v4
104+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)