Skip to content

Commit

Permalink
Downgrade Pandoc Version for pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZug authored Apr 9, 2020
1 parent a6b40bd commit a92bfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: docker://pandoc/latex:2.9
- uses: docker://pandoc/latex:1.9
with:
args: "--latex-engine=xelatex --output course.pdf *.md"
- uses: actions/upload-artifact@master
Expand Down

0 comments on commit a92bfc5

Please sign in to comment.