Skip to content

Commit 3f28fc0

Browse files
authored
chore: Update markdown-pdf.yml
1 parent 1f474db commit 3f28fc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/markdown-pdf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Install Pandoc
18-
run: sudo apt-get install -y pandoc
18+
run: sudo apt-get install -y pandoc texlive-latex-base
1919

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

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

0 commit comments

Comments
 (0)