We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f474db commit 3f28fc0Copy full SHA for 3f28fc0
.github/workflows/markdown-pdf.yml
@@ -15,10 +15,10 @@ jobs:
15
uses: actions/checkout@v2
16
17
- name: Install Pandoc
18
- run: sudo apt-get install -y pandoc
+ run: sudo apt-get install -y pandoc texlive-latex-base
19
20
- - name: Install pdflatex
21
- run: sudo apt-get install -y texlive-latex-base
+ - name: Remove Image References
+ run: sed -i '/bmc-button.svg/d' README.md
22
23
- name: Convert README.md to PDF
24
run: pandoc README.md -o README.pdf --pdf-engine=pdflatex
0 commit comments