change theme to themeset
Build marp presentation / build marp presentation (push) Successful in 34s

This commit is contained in:
Romane
2026-05-06 14:52:07 +02:00
parent d47026bdc6
commit 26424dad10
2 changed files with 3 additions and 2 deletions
+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 themes/cantor.css presentation.md -o index.html && \ npx @marp-team/marp-cli@latest --theme-set ./themes presentation.md -o index.html && \
zip -r ../presentation.zip . zip -r ../presentation.zip .
- name: upload to pages - name: upload to pages
run: | run: |
+2 -1
View File
@@ -2,12 +2,13 @@
title: Sample title goes here title: Sample title goes here
author: romane author: romane
description: testing marpx description: testing marpx
keywords: []
header: Header goes here header: Header goes here
footer: "2026-XX-XX" footer: "2026-XX-XX"
marp: true marp: true
theme: cantor theme: gödel
paginate: true paginate: true
transition: none transition: none