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