Skip to content

Commit

Permalink
Test pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bigscoop committed Aug 22, 2023
1 parent 00ad49e commit a0a851b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: misaelnieto/web_to_pdf_action@master
with:
webPageURL: https://www.noenieto.com/resume/
outputFile: ./assets/resume.pdf
outputFile: ./_site/assets/resume.pdf
usePuppeteer: true
useScreen: true
pdfOptions: '{"format": "Letter", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}}'
Expand Down

0 comments on commit a0a851b

Please sign in to comment.