diff options
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" |