From 40df04a0c823889bc50eaffaaccdcf38d4b36714 Mon Sep 17 00:00:00 2001 From: Octoturge Date: Sun, 23 Aug 2026 16:41:04 +0200 Subject: [PATCH] Remove upload-artifact step: unsupported on Gitea Actions, redundant with deploy release step --- .gitea/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) 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