Remove citation to fix failing builds

This commit is contained in:
Jannis Portmann 2023-02-06 23:44:30 +01:00
parent 72aaed4307
commit 0d3548531d
3 changed files with 7 additions and 14 deletions

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ node {
}
stage('Build PDF') {
sh 'latexmk -xelatex -jobname=lsd-zf -f main.tex'
sh 'latexmk -xelatex -jobname=lsd-zf main.tex'
}
stage('Archive PDF') {