更新 .gitea/workflows/youzi.yml
This commit is contained in:
parent
d50d2f573b
commit
489a59d0f3
@ -20,7 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# gitea-tool-cache导出 node 具体版本
|
# gitea-tool-cache导出 node 具体版本
|
||||||
node-version: ${{ steps.tool-cache.outputs.node-version }}
|
node-version: ${{ steps.tool-cache.outputs.node-version }}
|
||||||
cache: 'yarn'
|
|
||||||
|
|
||||||
- name: 缓存
|
- name: 缓存
|
||||||
uses: https://gitea.cn/actions/cache@v4
|
uses: https://gitea.cn/actions/cache@v4
|
||||||
@ -31,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install and Build # 下载依赖 打包项目
|
- name: Install and Build # 下载依赖 打包项目
|
||||||
run: |
|
run: |
|
||||||
corepack install
|
npm i yarn --registry=https://registry.npmmirror.com
|
||||||
yarn install
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
- name: Appleboy
|
- name: Appleboy
|
||||||
|
Loading…
Reference in New Issue
Block a user