ci latex: non-stop

This commit is contained in:
Kiara Grouwstra 2022-07-28 19:31:57 +02:00
parent fd249c0d20
commit bb9138a922
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
include:
- project: 'bij1/ci-templates'
ref: 'main'
file: 'markdown.yml'
- project: bij1/ci-templates
ref: main
file: markdown.yml
variables:
PROJECT_ID : ${CI_PROJECT_ID}
@ -16,7 +16,7 @@ build-pdf:
entrypoint: ["/bin/sh", "-c"]
script:
- mkdir dist
- xelatex --shell-escape main.tex
- xelatex --shell-escape -interaction=nonstopmode main.tex
- cp main.pdf dist/${PDF_PATH}
artifacts:
paths: