blob: 0a093f2281aec3934117e37bd9f5244691812466 (
plain)
- image: pandoc/pandoc:2.10.1
- build:
- script:
- - pandoc --version
- - xargs -a ./content/toc.txt pandoc --filter pandoc-citeproc -o build/book.pdf .config/.pandoc-config.yml
- artifacts:
- paths:
- - "*.pdf"
|