Skip to content

Fix PDF Action

Fix PDF Action #12

- name: '📚 Docs to PDF'

Check failure on line 1 in .github/workflows/convert-to-pdf.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/convert-to-pdf.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
uses: misaelnieto/web_to_pdf_action@master
with:
webPageURL: https://anonymousplanet.org/guide.html
outputFile: export/guide.pdf
usePuppeteer: true
useScreen: true
pdfOptions: '{"format": "Letter", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}}'