From 39b55af4da7730dffc5a1fc7181fd61c475f3ee5 Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Wed, 6 May 2026 14:22:03 +0200 Subject: [PATCH] theme instead of theme-set --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4dfb4f7..0ce5ebd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: - name: build presentation working-directory: ./presentation run: | - npx @marp-team/marp-cli@latest --theme-set styles/cantor.css presentation.md -o index.html && \ + npx @marp-team/marp-cli@latest --theme styles/cantor.css presentation.md -o index.html && \ zip -r ../presentation.zip . - name: upload to pages run: |