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 08d0c75 commit 1f474dbCopy full SHA for 1f474db
.github/workflows/markdown-pdf.yml
@@ -17,11 +17,11 @@ jobs:
17
- name: Install Pandoc
18
run: sudo apt-get install -y pandoc
19
20
- - name: Remove Image References (optional)
21
- run: sed -i '/bmc-button.svg/d' README.md
+ - name: Install pdflatex
+ run: sudo apt-get install -y texlive-latex-base
22
23
- name: Convert README.md to PDF
24
- run: pandoc README.md -o README.pdf
+ run: pandoc README.md -o README.pdf --pdf-engine=pdflatex
25
26
- name: Upload PDF artifact
27
uses: actions/upload-artifact@v2
0 commit comments