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