Skip to content

Commit 80edbd5

Browse files
authored
Update release.yaml
Pin to texlive 2023 and add force build
1 parent 45419d8 commit 80edbd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
uses: xu-cheng/latex-action@v3
4141
with:
4242
root_file: src/template.tex
43-
args: -pdf -shell-escape -interaction=nonstopmode -output-directory=.build
43+
texlive_version: 2023
44+
latexmk_shell_escape: true
45+
args: -pdf -interaction=nonstopmode -output-directory=.build -f
4446
- name: Upload Release Asset - Template
4547
uses: actions/upload-release-asset@v1
4648
env:

0 commit comments

Comments
 (0)