Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenhuan2021 authored Jan 12, 2025
1 parent c9d11d8 commit 02ede69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
find doc -type f -name "*.md" ! -name "readme.md" | sort | xargs -I {} sh -c 'cat "$@" >> README.md' _ {}
- name: Convert README.md to README.pdf
run: markdown-pdf README.md -o README.pdf
run: markdown-pdf -p A4 -m 2cm README.md -o README.pdf

- name: Upload PDF
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 02ede69

Please sign in to comment.