Skip to content

Commit 45419d8

Browse files
authored
Update build.yaml
Pin texlive to 2023 and force the build.
1 parent 9202a37 commit 45419d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
uses: xu-cheng/latex-action@v3
1919
with:
2020
root_file: src/template.tex
21-
args: -pdf -shell-escape -interaction=nonstopmode -output-directory=.build
21+
texlive_version: 2023
22+
latexmk_shell_escape: true
23+
args: -pdf -interaction=nonstopmode -output-directory=.build -f

0 commit comments

Comments
 (0)