From 6b68e210d1f9ca2804cc51700d85dcd6e7da50ff Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Thu, 16 May 2024 16:19:13 +0100 Subject: [PATCH] Use latest pandoc Slideshow wasn't correctly converted to html - no css formatting --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index baf5ede..60a91ef 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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