maybe it works better with a checkout huh????
Build marp presentation / build marp presentation (push) Failing after 15s

This commit is contained in:
Romane
2026-05-07 18:40:31 +02:00
parent 0113275193
commit 0d9b8c76f1
+6 -2
View File
@@ -6,16 +6,20 @@ jobs:
name: build marp presentation
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build html presentation
working-directory: ./presentation
uses: docker://marpteam/marp-cli:latest
with:
args: ./presentation/presentation.md --html --allow-local-files -o ./presentation/index.html --html --theme-set ./presentation/themes --
args: ./presentation.md --html --allow-local-files -o ./index.html --html --theme-set ./themes --
env:
MARP_USER: root:root
- name: build pdf presentation
uses: docker://marpteam/marp-cli:latest
working-directory: ./presentation
with:
args: ./presentation/presentation.md --html --allow-local-files -o ./presentation/presentation.pdf --theme-set ./presentation/themes --
args: ./presentation.md --html --allow-local-files -o ./presentation.pdf --theme-set ./themes --
env:
MARP_USER: root:root
- name: compress as zip