Remove upload-artifact step: unsupported on Gitea Actions, redundant with deploy release step
build / build (push) Successful in 1m25s

This commit is contained in:
Octoturge
2026-08-23 16:40:58 +02:00
parent 9f77732f85
commit e686d6074e
-6
View File
@@ -25,12 +25,6 @@ jobs:
- name: Build site - name: Build site
run: npm run build 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 # Publishes dist/ as a Gitea Release asset (tag "deploy") using the
# automatic per-job token - no secrets needed. A separate watcher # automatic per-job token - no secrets needed. A separate watcher
# container on octo-winsrv (site-deployer) polls this release and # container on octo-winsrv (site-deployer) polls this release and