Skip to content

Commit

Permalink
reorder cmds and added types
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-js committed Jul 31, 2024
1 parent 8a1fb57 commit 184f891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
- name: Generate HTML from markdown
run: |
cd docs
pandoc $(cat pandoc_order.txt) --include-before-body=./version.md -s -o developer_handbook.html --toc --number-sections --wrap=none
pandoc -t html --include-before-body=./version.md -s -o developer_handbook.html --toc --number-sections --wrap=none $(cat pandoc_order.txt)
- name: Generate PDF from HTML
run: |
cd docs
pandoc developer_handbook.html -s --pdf-engine=pdflatex -o developer_handbook.pdf
pandoc developer_handbook.html -s --pdf-engine=pdflatex -o developer_handbook.pdf -t pdf -f html
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 184f891

Please sign in to comment.