Fixing var declaration

This commit is contained in:
Louis 2025-05-13 10:55:13 +02:00
parent fbf167152a
commit f2c0a4e9dd

View file

@ -1,6 +1,7 @@
variables:
# https://hub.docker.com/r/alpine/git/tags
GIT_VERSION: v2.30.1
FILE_NAME: presentation
.git:push:
after_script:
@ -50,7 +51,6 @@ build_tex:
# - "./*.tex"
# - "./**/*.tex"
script:
- FILE_NAME="presentation"
- pdflatex --shell-escape $FILE_NAME.tex
- biber $FILE_NAME
- pdflatex --shell-escape $FILE_NAME.tex