Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cracked-machine authored Feb 10, 2024
1 parent 83623a2 commit deffd86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt install -y pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
pandoc ./doc/example/report.md -o ./doc/example/report.pdf
cd ./doc/example
pandoc report.md -o report.pdf
- name: upload doc artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit deffd86

Please sign in to comment.