diff --git a/.gitea/workflows/ssg.yaml b/.gitea/workflows/ssg.yaml index 5c49fea..9bc49bb 100644 --- a/.gitea/workflows/ssg.yaml +++ b/.gitea/workflows/ssg.yaml @@ -15,6 +15,6 @@ jobs: - run: "cargo install mdbook" - run: "mdbook build" - uses: actions/upload-artifact@v4 - with: - name: www.zip - path: book + with: + name: www.zip + path: book