format boxes
Build marp presentation / build marp presentation (push) Successful in 39s

This commit is contained in:
Romane
2026-05-06 15:10:21 +02:00
parent a79ba1600d
commit f80a154215
+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 presentation.md -o index.html --theme-set ./themes -- && \ npx @marp-team/marp-cli@latest presentation.md --html -o index.html --theme-set ./themes -- && \
zip -r ../presentation.zip . zip -r ../presentation.zip .
- name: upload to pages - name: upload to pages
run: | run: |