ci: add French CV to Gitlab CI artifacts
This commit is contained in:
parent
75e8dc2e78
commit
37998e3cd9
|
@ -1,7 +1,8 @@
|
||||||
compile_pdf:
|
compile_pdf:
|
||||||
image: aergus/latex
|
image: aergus/latex
|
||||||
script:
|
script:
|
||||||
- latexmk
|
- latexmk cv_en.tex cv_fr.tex
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
- build/cv_fr.pdf
|
||||||
- build/cv_en.pdf
|
- build/cv_en.pdf
|
||||||
|
|
Loading…
Reference in a new issue