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: |