This commit is contained in:
jannisp 2021-08-29 17:11:41 +02:00
parent 248e906daa
commit aaa42c7619

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ node {
}
stage('Build PDF') {
sh 'mklatex -c -xelatex Mathematik-V-ZF.tex'
sh 'latexmk -c -xelatex Mathematik-V-ZF.tex'
}
stage('Archive PDF') {