update .workflow/fetch.yml.

Signed-off-by: dream <[email protected]>
This commit is contained in:
dream
2025-05-18 03:31:20 +00:00
committed by Gitee
parent 95027856a6
commit 155e9ad63d
-21
View File
@@ -23,13 +23,6 @@ stages:
- ''
- '# 执行编译命令'
- npm ci
artifacts:
- name: BUILD_ARTIFACT
path:
- ./dist
caches:
- ~/.npm
- ~/.yarn
notify: []
strategy:
retry: '0'
@@ -46,13 +39,6 @@ stages:
nodeVersion: 21.5.0
commands:
- node fetchURLByWasm.js
artifacts:
- name: BUILD_ARTIFACT
path:
- ./dist
caches:
- ~/.npm
- ~/.yarn
notify: []
strategy:
retry: '0'
@@ -76,13 +62,6 @@ stages:
- git add .
- git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee Actions"
- git push
artifacts:
- name: BUILD_ARTIFACT
path:
- ./dist
caches:
- ~/.npm
- ~/.yarn
notify: []
strategy:
retry: '0'