Poging tot herstructurering om latexmk beter te benutten
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-15 20:02:47 +01:00
parent b1d3f25d48
commit 1bb9abb8cf
7 changed files with 5 additions and 6 deletions

1
Jenkinsfile vendored
View File

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