From 5e2edb22909f3954d0a3d3a9cc43c8e8b98d4fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wo=C5=BAniak?= Date: Thu, 29 Oct 2020 23:40:29 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d74b03..2415a42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,11 +10,11 @@ deploy: - | for f in *.md; do echo "--- - header-includes: - - \hypersetup{colorlinks=true, - allbordercolors={0 0 0}, - pdfborderstyle={/S/U/W 1}} - ---" | cat - "$f" | pandoc -s -o "${f%.md}.pdf"; +header-includes: + - \hypersetup{colorlinks=true, + allbordercolors={0 0 0}, + pdfborderstyle={/S/U/W 1}} +---" | cat - "$f" | pandoc -s -o "${f%.md}.pdf"; done # rsync stuff to the right output directory - rsync -av --exclude=.git --exclude=.gitignore --exclude=README.md --exclude=.gitlab-ci.yml --delete --delete-excluded ./ /srv/websites/$CI_PROJECT_NAME/