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 deffd86 commit 1b2ea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
sudo apt install -y pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
cd ./doc/example
pandoc report.md -o report.pdf
pandoc report.md -f markdown -t pdf -o report.pdf
- name: upload doc artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1b2ea38

Please sign in to comment.