try out custom theme
Build marp presentation / build marp presentation (push) Successful in 1m2s

This commit is contained in:
Romane
2026-05-06 14:19:42 +02:00
parent 7527dbd917
commit 723f3ab72f
4 changed files with 1952 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: build presentation
working-directory: ./presentation
run: |
npx @marp-team/marp-cli@latest presentation.md -o index.html && \
npx @marp-team/marp-cli@latest --theme-set styles/cantor.css presentation.md -o index.html && \
zip -r ../presentation.zip .
- name: upload to pages
run: |