Skip to content

Commit 9a1e42b

Browse files
authored
Update main.yml
1 parent cd69497 commit 9a1e42b

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
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Convert Markdown to PDF
4747
run: |
48-
find doc -name "README.md" -exec sh -c 'md-to-pdf "$1" > "${1%.md}.pdf"' _ {} \;
48+
find doc -name "README.md" -exec sh -c 'md-to-pdf "$1" > README.pdf' _ {} \;
4949
5050
- name: Upload PDF
5151
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)