In goede map
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 15:16:28 +01:00
parent 029f0fe6d6
commit b1d3f25d48

3
Jenkinsfile vendored
View File

@@ -10,7 +10,8 @@ pipeline {
} }
steps { steps {
echo 'Starting build step...' echo 'Starting build step...'
sh 'latexmk -pdf -outdir=out assignments/main_text.tex' sh 'cd assignments'
sh 'latexmk -pdf -outdir=out main_text.tex'
} }
} }