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