Skip to content

Commit 036cf1d

Browse files
committed
Fixing CI workflow (9)
1 parent 02a45a4 commit 036cf1d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/latex-build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
with:
1717
latexmk_use_xelatex: true
1818
working_directory: lab-instructions
19-
root_file: dodlabs.tex
19+
work_in_root_file_dir: true
20+
root_file: |
21+
lab-instructions/modules/latex/example/latexlosning.tex
22+
lab-instructions/dodlabs.tex
2023
env:
21-
TEXINPUTS: ".:../latex-support//:"
24+
TEXINPUTS: ".:../latex-support//:./latex-support//:"
2225

2326
- name: Rename the output PDF
2427
run: |

lab-instructions/modules/latex/latex.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ \subsection*{Datorarbete}
6060
\item Om du har tid: prova sådana möjligheter i \LaTeX\ som du inte har behövt använda tidigare: listor av olika slag, innehållsförteckning, mera avancerade formler, osv.
6161
\end{Datorarbete}
6262

63-
\includepdf[pages=-]{./modules/latex/example/latexlosning}
63+
\includepdf[pages=-]{modules/latex/example/latexlosning}

0 commit comments

Comments
 (0)