We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9202a37 commit 45419d8Copy full SHA for 45419d8
.github/workflows/build.yaml
@@ -18,4 +18,6 @@ jobs:
18
uses: xu-cheng/latex-action@v3
19
with:
20
root_file: src/template.tex
21
- args: -pdf -shell-escape -interaction=nonstopmode -output-directory=.build
+ texlive_version: 2023
22
+ latexmk_shell_escape: true
23
+ args: -pdf -interaction=nonstopmode -output-directory=.build -f
0 commit comments