Skip to content

Commit 36b1812

Browse files
author
Manthan Ankolekar
committed
feat: added generate pdf yml
1 parent 3c99105 commit 36b1812

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/generate-pdf.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
1515

16-
- name: Set up pandoc
17-
run: sudo apt-get install -y pandoc
16+
- name: Install rsvg-convert
17+
run: sudo apt-get install -y librsvg2-bin
18+
19+
- name: Install pdflatex
20+
run: sudo apt-get install -y texlive-latex-base
1821

1922
- name: Generate PDF
2023
run: pandoc README.md -o assets/README.pdf

0 commit comments

Comments
 (0)