This commit is contained in:
Anton Romanov 2024-05-15 16:22:54 +04:00
parent cfefa91d02
commit b8c8d97052
2 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
docker.image('aergus/latex').inside {
sh 'latexmk -pdf paper.tex'
sh 'git add -f paper.pdf'
sh 'git commit -a -m "add pdf" --author="Anton Romanov <a.romanov@ulstu.ru>"'
sh 'git commit -a -m "add pdf" --author="Anton Romanov <a.romanov@ulstu.ru>'
sh 'git push origin master'
}
}

BIN
paper.pdf

Binary file not shown.