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 0881f38 commit 92e5f07
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 @@ -27,7 +27,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: pandoc README.md -o README.pdf
run: pandoc README.md -o README.pdf --pdf-engine=xelatex

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

0 comments on commit 92e5f07

Please sign in to comment.