From 9d5dd8219e987bb4ca0249270ecac817bdf1362b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 Oct 2021 22:43:53 -0700 Subject: [PATCH] CI: pdf test: need an input file! --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: