Skip to content

Commit

Permalink
subtly different pandoc point version behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Walsh committed Sep 1, 2024
1 parent 35ab06c commit 5b3891a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pandoc_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion team/talks/100_days.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 5b3891a

Please sign in to comment.