unfuck output filename
Build marp presentation / build marp presentation (push) Successful in 51s

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