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 eedc188 commit 268f1c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
run: |
find doc -type f -name "readme.md" | sort | xargs -I {} sh -c 'cat "$@" >> README.md' _ {}
find doc -type f -name "*.md" ! -name "readme.md" | sort | xargs -I {} sh -c 'cat "$@" >> README.md' _ {}
- name: Upload md
uses: actions/upload-artifact@v4
with:
name: documentation-pdfs
path: README.md
- name: Convert README.md to README.pdf
run: pandoc README.md -o README.pdf --pdf-engine=xelatex
Expand Down

0 comments on commit 268f1c3

Please sign in to comment.