diff --git a/.github/workflows/makepdf.yml b/.github/workflows/makepdf.yml index 60f6630..9fa2166 100644 --- a/.github/workflows/makepdf.yml +++ b/.github/workflows/makepdf.yml @@ -35,7 +35,7 @@ jobs: run: ls - name: Generate PDF - run: pandoc -f markdown -t html5 README.md -o awesome-product-management.pdf --metadata pagetitle="apm" --css compilation/github-pandoc.css -V margin-top=5mm -V margin-left=5mm -V margin-right=5mm -V margin-bottom=5mm -V papersize=letter -V enable-local-file-access=true + run: pandoc --pdf-engine-opt=--enable-local-file-access -f markdown -t html5 README.md -o awesome-product-management.pdf --metadata pagetitle="apm" --css compilation/github-pandoc.css -V margin-top=5mm -V margin-left=5mm -V margin-right=5mm -V margin-bottom=5mm -V papersize=letter - name: Get current date id: date