fix marp cli command syntax
Build marp presentation / build marp presentation (push) Successful in 31s

This commit is contained in:
Romane
2026-05-06 14:56:47 +02:00
parent 26424dad10
commit 61e56a4d60
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: build presentation - name: build presentation
working-directory: ./presentation working-directory: ./presentation
run: | run: |
npx @marp-team/marp-cli@latest --theme-set ./themes presentation.md -o index.html && \ npx @marp-team/marp-cli@latest presentation.md --theme-set ./themes -- -o index.html && \
zip -r ../presentation.zip . zip -r ../presentation.zip .
- name: upload to pages - name: upload to pages
run: | run: |