Skip to content

Commit

Permalink
try another pdf renderer cli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJT committed Jun 13, 2024
1 parent 5736557 commit d6e6ac0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
- name: Render README to PDF
if: ${{ github.ref_type == 'tag' }}
run: |
npm install markdown-pdf@11.0.0
npx markdown-pdf --out README.pdf README.md
Get-ChildItem . -include **.md -Recurse | %{ npx markdown-pdf $_.FullName }
npm install md-to-pdf@5.2.4
npx md-to-pdf ./**/*.md
- name: Zip it for release
if: ${{ github.ref_type == 'tag' }}
Expand Down

0 comments on commit d6e6ac0

Please sign in to comment.