Skip to content

Commit

Permalink
Update makepdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dend authored Dec 17, 2022
1 parent 0a989c0 commit 7a33e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makepdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a33e3a

Please sign in to comment.