Merge pull request 'master' (#3) from master into prod
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 19m57s
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 19m57s
Reviewed-on: #3
This commit is contained in:
@@ -24,7 +24,9 @@ jobs:
|
||||
run: git config --global url."https://".insteadOf git://
|
||||
|
||||
- name: 安装依赖
|
||||
run: pnpm install
|
||||
run: |
|
||||
git config --global url."https://".insteadOf git://
|
||||
pnpm install
|
||||
continue-on-error: false # 依赖安装失败则终止工作流
|
||||
|
||||
- name: 构建项目
|
||||
|
Reference in New Issue
Block a user