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 1f474db commit 3f28fc0
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 @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v2

- name: Install Pandoc
run: sudo apt-get install -y pandoc
run: sudo apt-get install -y pandoc texlive-latex-base

- name: Install pdflatex
run: sudo apt-get install -y texlive-latex-base
- name: Remove Image References
run: sed -i '/bmc-button.svg/d' README.md

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

0 comments on commit 3f28fc0

Please sign in to comment.