Skip to content

Commit e38d2c8

Browse files
committed
Fixing CI workflow (4)
1 parent 6565960 commit e38d2c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/latex-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
root_file: lab-instructions/dodlabs.tex
1818
latexmk_use_xelatex: true
1919
env:
20-
TEXINPUTS: ".:./latex-support//:"
20+
TEXINPUTS: ".:lab-instructions//:./latex-support//:"
2121

2222
- name: Rename the output PDF
2323
run: |

lab-instructions/dodlabs.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -196,22 +196,22 @@ \subsection{Lab 4 --- Maskinkod}
196196
\end{itemize}
197197

198198
\newpage
199-
\include{modules/acknowledgements}
199+
\include{./modules/acknowledgements}
200200

201201
\newpage
202-
\include{modules/unix/unix_terminal}
202+
\include{./modules/unix/unix_terminal}
203203

204204

205205
\newpage
206-
\include{modules/latex/latex}
206+
\include{./modules/latex/latex}
207207

208208

209209
\newpage
210-
\include{modules/git/git}
210+
\include{./modules/git/git}
211211

212212

213213
\newpage
214-
\include{modules/machine-code/machine-code}
214+
\include{./modules/machine-code/machine-code}
215215

216216

217217
\newpage

0 commit comments

Comments
 (0)