statuts/.gitlab-ci.yml

8 lines
134 B
YAML
Raw Normal View History

2020-09-22 19:52:03 +00:00
compile_pdf:
image: aergus/latex
script:
- latexmk -pdf statuts.tex
artifacts:
paths:
- statuts.pdf