From f80a154215c1dd6d910c674a454a70f5d04634a6 Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Wed, 6 May 2026 15:10:21 +0200 Subject: [PATCH] format boxes --- .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 2ad54f3..4a5cee0 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 presentation.md -o index.html --theme-set ./themes -- && \ + npx @marp-team/marp-cli@latest presentation.md --html -o index.html --theme-set ./themes -- && \ zip -r ../presentation.zip . - name: upload to pages run: |