Skip to content

Commit 57f9b37

Browse files
authored
chore: Update markdown-pdf.yml
1 parent 0101959 commit 57f9b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: sudo apt-get install -y pandoc
1919

2020
- name: Convert README.md to PDF
21-
run: pandoc README.md -o README.pdf
21+
run: pandoc --resource-path=./ README.md -o README.pdf
2222

2323
- name: Upload PDF artifact
2424
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)