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