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: