Skip to content

Commit 0065994

Browse files
committed
Fixing CI workflow (7)
1 parent 157f4a7 commit 0065994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/latex-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313

14-
- name: Set up TeX Live
15-
uses: xu-cheng/latex-action@v2
14+
- name: Github Action for LaTeX
15+
uses: xu-cheng/latex-action@3.2.0
1616
with:
17-
root_file: lab-instructions/dodlabs.tex
1817
latexmk_use_xelatex: true
19-
work_in_root_file_dir: true
18+
working_directory: lab-instructions
19+
root_file: dodlabs.tex
2020
env:
2121
TEXINPUTS: ".:../latex-support//:"
2222

0 commit comments

Comments
 (0)