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