diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:47:10 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:47:10 +0000 |
commit | 2998cde9eba5ef6d745101b9174558fa870f4879 (patch) | |
tree | 6f6b243c664512b47645e63ce68bc0da7816ee30 /.gitlab-ci.yml | |
parent | ed278e6c9d0b19758608686cd81029a0f267ed14 (diff) |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 649ae73..d7e57d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,17 +2,19 @@ image: xldrkp/pandoc:latest build: before_script: - - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@collaborating.tuhh.de/hos/modernes-publizieren/offen/software/konfigurationen/buchprojekt.wiki.git script: - ls -la - cd buchprojekt.wiki - ls -la - pandoc --version - pandoc - einleitung.md - hintergrund.md - fazit.md - -o ../buch.pdf + --filter pandoc-citeproc ../.pandoc-config.yml + einleitung.md + hintergrund.md + fazit.md + referenzen.md + -o ../buch.pdf artifacts: paths: - "*.pdf" |