This commit is contained in:
lukas-heilgenbrunner 2024-04-10 19:27:17 +02:00
parent 3ca441c256
commit f1b651d237

View File

@ -3,7 +3,7 @@ image: registry.gitlab.com/islandoftex/images/texlive:latest
build:
script:
- cd src
- latexmk main.tex
- latexmk -shell-escape -pdf main.tex
after_script:
- cat src/main.log
artifacts: