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 08d0c75 commit 1f474db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/markdown-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ 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: Install pdflatex
run: sudo apt-get install -y texlive-latex-base

- name: Convert README.md to PDF
run: pandoc README.md -o README.pdf
run: pandoc README.md -o README.pdf --pdf-engine=pdflatex

- name: Upload PDF artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1f474db

Please sign in to comment.