aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 0a093f2281aec3934117e37bd9f5244691812466 (plain)
  1. image: pandoc/pandoc:2.10.1
  2. build:
  3. script:
  4. - pandoc --version
  5. - xargs -a ./content/toc.txt pandoc --filter pandoc-citeproc -o build/book.pdf .config/.pandoc-config.yml
  6. artifacts:
  7. paths:
  8. - "*.pdf"