From 1b2ea3877fd6e356c3119f16f5a16203cc092eea Mon Sep 17 00:00:00 2001 From: cracked-machine Date: Sat, 10 Feb 2024 10:20:13 +0000 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6fb8b26..0ce101b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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: