aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-16 22:43:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-16 22:43:53 -0700
commit9d5dd8219e987bb4ca0249270ecac817bdf1362b (patch)
tree5dbe65aa17c3d19069445fe75e860b9d096168d9 /.github
parentb65951fa7385a9b612a0a0765375e05e415f68a8 (diff)
downloadpandoc-9d5dd8219e987bb4ca0249270ecac817bdf1362b.tar.gz
CI: pdf test: need an input file!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 25ec82a0d..697025a2f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: