Skip to content

Commit c3a9209

Browse files
committed
build(ci): 更新 DocFX 工作流和配置
- 移除 dofx.yml 中的 9.0.x SDK 版本 - 在 docfx.json 中添加多个目录到排除列表,避免不必要的文件被处理
1 parent 04ce71f commit c3a9209

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/dofx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
6.0.x
3737
7.0.x
3838
8.0.x
39-
9.0.x
4039
- name: install dotnet tools
4140
run: |
4241
dotnet tool install -g dotnet-execute

docs/docfx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
],
1111
"exclude": [
1212
"**/obj/**",
13-
"**/bin/**"
13+
"**/bin/**",
14+
"**/samples/**",
15+
"**/tests/**",
16+
"**/modules/**",
17+
"**/templates/**"
1418
]
1519
}
1620
],

0 commit comments

Comments
 (0)