From 5b3891a09e4e39f6404524c5ee5d6f3fde89ec98 Mon Sep 17 00:00:00 2001 From: Jo Walsh Date: Sun, 1 Sep 2024 20:44:36 +0100 Subject: [PATCH] subtly different pandoc point version behaviour --- .github/workflows/pandoc_pdf.yml | 4 ++-- team/talks/100_days.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pandoc_pdf.yml b/.github/workflows/pandoc_pdf.yml index a29398f..9af8d36 100644 --- a/.github/workflows/pandoc_pdf.yml +++ b/.github/workflows/pandoc_pdf.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - - uses: docker://pandoc/latex:2.9 + - uses: docker://pandoc/latex:3.3.0.0 with: - args: -s -f markdown-implicit_figures --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer team/talks/100_days.md -o 100_days.pdf + args: -s --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer team/talks/100_days.md -o 100_days.pdf - uses: actions/upload-artifact@v3 with: diff --git a/team/talks/100_days.md b/team/talks/100_days.md index c78bbe9..344611e 100644 --- a/team/talks/100_days.md +++ b/team/talks/100_days.md @@ -138,4 +138,3 @@ _the 'who I am when I'm not working' approach_ * Looking forward to the "Weather and Climate Science" session * Talk to us! \includegraphics{img/teamHeadshots.png} -