All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2 lines
93 B
Bash
Executable file
2 lines
93 B
Bash
Executable file
#!/usr/bin/env sh
|
|
latexmk -pdflatex=lualatex -pdf -output-directory=_build thesis/thesis.tex
|