Skip to content

Commit

Permalink
Fix PDF Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeitsnothing committed Jul 13, 2024
1 parent 3a12a09 commit 51b9220
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 86 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/convert-to-pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .github/workflows/convert-to-pdf.yml

name: '📚 Docs to PDF'
# This workflow is triggered on pushes to the repository.
on:
pull_request:
push:

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"}}'
24 changes: 0 additions & 24 deletions .github/workflows/create-pdf.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/mega-linter.yml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v1.2.0

- Rotate GPG/PGP keys (See [Open Collective key rotation](https://opencollective.com/anonymousplanetorg/updates/key-rotation-update))
- Switch to Megalinter in [#344](https://github.com/Anon-Planet/thgtoa/pull/344)
- Switch to Megalinter to diagnose repeatable PDF failures

v1.1.9

Expand Down

0 comments on commit 51b9220

Please sign in to comment.