remove working dir?
Build marp presentation / build marp presentation (push) Failing after 6s

This commit is contained in:
Romane
2026-05-07 18:33:25 +02:00
parent 27d137fa07
commit 0113275193
+2 -4
View File
@@ -7,17 +7,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: build html presentation
working-directory: ./presentation
uses: docker://marpteam/marp-cli:latest
with:
args: presentation.md --html --allow-local-files -o index.html --html --theme-set themes --
args: ./presentation/presentation.md --html --allow-local-files -o ./presentation/index.html --html --theme-set ./presentation/themes --
env:
MARP_USER: root:root
- name: build pdf presentation
working-directory: ./presentation
uses: docker://marpteam/marp-cli:latest
with:
args: presentation.md --html --allow-local-files -o presentation.pdf --theme-set themes --
args: ./presentation/presentation.md --html --allow-local-files -o ./presentation/presentation.pdf --theme-set ./presentation/themes --
env:
MARP_USER: root:root
- name: compress as zip