Skip to content

Commit 7820e39

Browse files
committed
chore: Update pandoc command to include resource path for images
1 parent d873cb8 commit 7820e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/md-to-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: sudo apt-get install -y texlive
2424

2525
- name: Convert README.md to README.pdf
26-
run: pandoc README.md -o README.pdf
26+
run: pandoc README.md -o README.pdf --resource-path=.:assets
2727

2828
- name: Upload README.pdf
2929
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)