CI: pdf test: need an input file!
This commit is contained in:
parent
b65951fa73
commit
9d5dd8219e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue