Skip to content

Commit 08d0c75

Browse files
authoredAug 10, 2024
chore: Update markdown-pdf.yml
1 parent 57f9b37 commit 08d0c75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/markdown-pdf.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
- name: Install Pandoc
1818
run: sudo apt-get install -y pandoc
1919

20+
- name: Remove Image References (optional)
21+
run: sed -i '/bmc-button.svg/d' README.md
22+
2023
- name: Convert README.md to PDF
21-
run: pandoc --resource-path=./ README.md -o README.pdf
24+
run: pandoc README.md -o README.pdf
2225

2326
- name: Upload PDF artifact
2427
uses: actions/upload-artifact@v2
2528
with:
2629
name: README-pdf
2730
path: README.pdf
28-

0 commit comments

Comments
 (0)
Failed to load comments.