Skip to content

Commit

Permalink
removed pandoc stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cracked-machine committed Feb 10, 2024
1 parent 3013a05 commit 531b634
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,4 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Convert doc markdown to pdf
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo apt install -y pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
cd ./doc/example
pandoc report.md -f markdown+pipe_tables -t pdf -o report.pdf
- name: upload doc artifacts
uses: actions/upload-artifact@v4
with:
name: doc pdf
path: ./doc/example/report.pdf
if-no-files-found: error

0 comments on commit 531b634

Please sign in to comment.