diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index cc621c6..c0fb317 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -25,12 +25,6 @@ jobs: - name: Build site run: npm run build - - name: Upload build artifact - uses: actions/upload-artifact@v4 - with: - name: dist - path: dist/ - # Publishes dist/ as a Gitea Release asset (tag "deploy") using the # automatic per-job token - no secrets needed. A separate watcher # container on octo-winsrv (site-deployer) polls this release and