From 61e56a4d604fb74a89134275dcac962f817f4c7b Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Wed, 6 May 2026 14:56:47 +0200 Subject: [PATCH] fix marp cli command syntax --- .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 a0acc87..429baaf 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 ./themes presentation.md -o index.html && \ + npx @marp-team/marp-cli@latest presentation.md --theme-set ./themes -- -o index.html && \ zip -r ../presentation.zip . - name: upload to pages run: |