aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d687f30..33d01fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,9 +23,12 @@ build-final:
stage: build-doc
image: $CONTAINER_RELEASE_IMAGE
script:
- - xelatex heidelberg.tex
+ - lualatex heidelberg.tex
- inkscape --export-filename=heidelberg.png --export-dpi=300 --export-background=white
artifacts:
paths:
- heidelberg.pdf
- heidelberg.png
+ rules:
+ - changes:
+ - *.tex