Skip to content

Commit acdb3aa

Browse files
authored
Update main.yml
1 parent 560e80d commit acdb3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Convert Markdown to PDF
2727
run: |
28-
md-to-pdf README.md > README.pdf
28+
find doc -name "README.md" -exec sh -c 'md-to-pdf "$1" > "${1%}.pdf"' _ {} \;
2929
3030
- name: Upload PDF
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)