Remove upload-artifact step: unsupported on Gitea Actions, redundant with deploy release step
build / build (push) Successful in 19s
build / build (push) Successful in 19s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user