Skip to content

Commit 4583202

Browse files
author
Manthan Ankolekar
committed
feat: added generate pdf yml
1 parent 9f99c4a commit 4583202

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/generate-pdf.yml

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

16-
- name: Set up Node.js
17-
uses: actions/setup-node@v2
18-
with:
19-
node-version: 14
20-
21-
- name: Install dependencies
22-
run: npm install markdown-pdf --global
23-
16+
- name: Set up pandoc
17+
run: sudo apt-get install -y pandoc
18+
2419
- name: Generate PDF
25-
run: markdown-pdf README.md --out assets/README.pdf
20+
run: pandoc README.md -o assets/README.pdf

0 commit comments

Comments
 (0)