Skip to content

Commit afc1ed2

Browse files
robinclaude
andcommitted
chore(ci): disable TCB deploy workflow instead of deleting
Keep the workflow file for future reference but disable automatic triggers. Docs are now hosted on GitHub Pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent aedc044 commit afc1ed2

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/deploy-tcb.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Publish root to TCB
2+
# 当前文档已迁移至 GitHub Pages,此 workflow 暂时禁用
3+
# 如需重新启用 TCB 部署,恢复下方触发条件即可
24
on:
3-
check_suite:
4-
types: [completed]
5-
push:
6-
branches:
7-
- next
8-
schedule:
9-
- cron: "0 21 * * *"
5+
workflow_dispatch:
6+
# check_suite:
7+
# types: [completed]
8+
# push:
9+
# branches:
10+
# - next
11+
# schedule:
12+
# - cron: "0 21 * * *"
1013

1114
env:
1215
CI: true

0 commit comments

Comments
 (0)