try fixing build with official image
Build marp presentation / build marp presentation (push) Failing after 7s

This commit is contained in:
Romane
2026-05-07 18:16:13 +02:00
parent 2d29719eee
commit 1aa8d374af
+6 -2
View File
@@ -10,12 +10,16 @@ jobs:
working-directory: ./presentation working-directory: ./presentation
uses: docker://marpteam/marp-cli:latest uses: docker://marpteam/marp-cli:latest
with: with:
args: ./presentation.md -o ./index.html --html --theme-set ./themes -- args: ./presentation.md --html --allow-local-files -o ./index.html --html --theme-set ./themes --
env:
MARP_USER: root:root
- name: build pdf presentation - name: build pdf presentation
working-directory: ./presentation working-directory: ./presentation
uses: docker://marpteam/marp-cli:latest uses: docker://marpteam/marp-cli:latest
with: with:
args: --html --allow-local-files -o presentation.pdf --theme-set ./themes -- args: ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
env:
MARP_USER: root:root
- name: compress as zip - name: compress as zip
run: | run: |
zip -r ../presentation.zip . zip -r ../presentation.zip .