Skip to content

Commit ef11f7a

Browse files
author
shijiashuai
committed
chore: project maintenance & workflow standardization
1 parent 0520e1f commit ef11f7a

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "README.md"
99
- "README.zh-CN.md"
1010
- "MIGRATION_GUIDE.md"
11-
- ".github/workflows/docs.yml"
11+
- ".github/workflows/pages.yml"
1212
workflow_dispatch:
1313

1414
permissions:
@@ -30,6 +30,9 @@ jobs:
3030
gitbook
3131
sparse-checkout-cone-mode: false
3232

33+
- name: Setup Pages
34+
uses: actions/configure-pages@v5
35+
3336
- uses: actions/setup-node@v4
3437
with:
3538
node-version: 20
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Workflow 深度标准化
2+
3+
日期:2026-03-10
4+
5+
## 变更内容
6+
7+
- Pages workflow 重命名:`docs.yml``pages.yml`
8+
- CI workflow 统一 `permissions: contents: read``concurrency` 配置
9+
- Pages workflow 补充 `actions/configure-pages@v5` 步骤
10+
- Pages workflow 修正 paths 中过期的 workflow 文件引用
11+
12+
## 背景
13+
14+
全仓库第二轮 GitHub Actions 深度标准化:统一命名、权限、并发、路径过滤与缓存策略。

0 commit comments

Comments
 (0)