Update .gitlab-ci.yml to use latexpdf instead of xelatex

This commit is contained in:
Fred 2017-02-24 13:03:46 +01:00
parent 5e621e2926
commit 55f9cf06dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
compile_pdf: compile_pdf:
image: ddidier/sphinx-doc image: ddidier/sphinx-doc
script: script:
- make xelatex - make latexpdf
artifacts: artifacts:
paths: paths:
- build/latex/Gwift.pdf - build/latex/Gwift.pdf