Skip to content

Commit

Permalink
Use latest pandoc
Browse files Browse the repository at this point in the history
Slideshow wasn't correctly converted to html - no css formatting
  • Loading branch information
gcapes authored May 16, 2024
1 parent ffd2293 commit 6b68e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
if: always()

- name: Build slides
uses: docker://pandoc/latex:2.9
uses: docker://pandoc:latest
with:
args: --to=revealjs --standalone -o slideshow/index.html --css=slideshow/mywhite.css slideshow/slides.md

Expand Down

0 comments on commit 6b68e21

Please sign in to comment.