Skip to content

Commit

Permalink
ci: 更新流水线配置
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jan 19, 2025
1 parent 22c35af commit f0fadc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
fetch-depth: 0

# 安装PNPM
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
fetch-depth: 0

# 安装PNPM
Expand Down Expand Up @@ -68,6 +67,6 @@ jobs:
pnpm build:docs
# 构建镜像 ,支持base拓展代理
- name: Build Core-X Docs
- name: Build Core-X Proxy Docs
run: |
pnpm build:docs-proxy

0 comments on commit f0fadc0

Please sign in to comment.