mirror of
https://github.com/Findus23/Bachelors-Thesis.git
synced 2024-08-27 19:52:12 +02:00
9 lines
114 B
YAML
9 lines
114 B
YAML
compile_pdf:
|
|
tags:
|
|
- shell
|
|
script:
|
|
- latexmk -pdf main.tex
|
|
artifacts:
|
|
paths:
|
|
- main.pdf
|
|
|