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"