Skip to content

Commit

Permalink
chore: Update pandoc command to include resource path for images
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank committed Aug 10, 2024
1 parent d873cb8 commit 7820e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/md-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: sudo apt-get install -y texlive

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

- name: Upload README.pdf
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7820e39

Please sign in to comment.