CI: pdf test: need an input file!

This commit is contained in:
John MacFarlane 2021-10-16 22:43:53 -07:00
parent b65951fa73
commit 9d5dd8219e

View file

@ -180,7 +180,7 @@ jobs:
- name: Test pdf creation with pdf-engine
run: |
cabal v2-run --disable-optimization pandoc -- --pdf-engine=${{ matrix.pdfengine }} -o out.pdf
cabal v2-run --disable-optimization pandoc -- --pdf-engine=${{ matrix.pdfengine }} -o out.pdf doc/getting-started.md
windows: