Skip to content

Commit

Permalink
chore: Update markdown-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank authored Aug 10, 2024
1 parent 57f9b37 commit 08d0c75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/markdown-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
- name: Install Pandoc
run: sudo apt-get install -y pandoc

- name: Remove Image References (optional)
run: sed -i '/bmc-button.svg/d' README.md

- name: Convert README.md to PDF
run: pandoc --resource-path=./ README.md -o README.pdf
run: pandoc README.md -o README.pdf

- name: Upload PDF artifact
uses: actions/upload-artifact@v2
with:
name: README-pdf
path: README.pdf

0 comments on commit 08d0c75

Please sign in to comment.