add marpx lib contents to themes
Build marp presentation / build marp presentation (push) Successful in 46s

This commit is contained in:
Romane
2026-05-06 14:26:19 +02:00
parent 39b55af4da
commit d47026bdc6
25 changed files with 4602 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 --theme styles/cantor.css presentation.md -o index.html && \
npx @marp-team/marp-cli@latest --theme themes/cantor.css presentation.md -o index.html && \
zip -r ../presentation.zip .
- name: upload to pages
run: |