Skip to content

Commit f0fadc0

Browse files
committed
ci: 更新流水线配置
1 parent 22c35af commit f0fadc0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/CD.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
persist-credentials: false
36-
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
3736
fetch-depth: 0
3837

3938
# 安装PNPM

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
uses: actions/checkout@v4
3131
with:
3232
persist-credentials: false
33-
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
3433
fetch-depth: 0
3534

3635
# 安装PNPM
@@ -68,6 +67,6 @@ jobs:
6867
pnpm build:docs
6968
7069
# 构建镜像 ,支持base拓展代理
71-
- name: Build Core-X Docs
70+
- name: Build Core-X Proxy Docs
7271
run: |
7372
pnpm build:docs-proxy

0 commit comments

Comments
 (0)