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 3c99105 commit 36b1812Copy full SHA for 36b1812
.github/workflows/generate-pdf.yml
@@ -13,8 +13,11 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v2
15
16
- - name: Set up pandoc
17
- run: sudo apt-get install -y pandoc
+ - name: Install rsvg-convert
+ run: sudo apt-get install -y librsvg2-bin
18
+
19
+ - name: Install pdflatex
20
+ run: sudo apt-get install -y texlive-latex-base
21
22
- name: Generate PDF
23
run: pandoc README.md -o assets/README.pdf
0 commit comments