Skip to content

Commit

Permalink
chore(deps): update marpteam/marp-cli docker tag to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and SebastienDegodez committed Dec 25, 2024
1 parent 09c8302 commit 904b3ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/marp-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ jobs:
run: if [[ -d presentation/images ]]; then cp -R presentation/images build/images; fi

- name: Build HTML from Build (slide.md)
uses: docker://marpteam/marp-cli:v4.0.3
uses: docker://marpteam/marp-cli:v4.0.4
with:
args: presentation/slide.md -o build/index.html
env:
MARP_USER: root:root


- name: Build PDF from Marp (slide.pdf)
uses: docker://marpteam/marp-cli:v4.0.3
uses: docker://marpteam/marp-cli:v4.0.4
with:
args: presentation/slide.md -o build/slide.pdf --pdf
env:
MARP_USER: root:root

- name: Build PPTX from Marp (slide.pptx)
uses: docker://marpteam/marp-cli:v4.0.3
uses: docker://marpteam/marp-cli:v4.0.4
with:
args: presentation/slide.md -o build/slide.pptx --pptx
env:
Expand Down

0 comments on commit 904b3ac

Please sign in to comment.