From 27eed0f2ae8ff06a4b3997634a395e54d4a79184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wo=C5=BAniak?= Date: Thu, 29 Oct 2020 23:27:37 +0100 Subject: [PATCH] bugfix --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec94ed8..6d74b03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,8 @@ deploy: - \hypersetup{colorlinks=true, allbordercolors={0 0 0}, pdfborderstyle={/S/U/W 1}} - ---" | cat - "$f" | pandoc -s -o "${f%.md}.pdf" + ---" | 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/ only: