Skip to content

Commit 69a5d50

Browse files
committed
Re-trigger Pages deploy after default branch set to main
Default branch is now main, so the github-pages environment protection rule (default-branch-only) will allow this deployment. https://claude.ai/code/session_016VgNBuYfmvW644AFuD5Uiq
1 parent b30a65a commit 69a5d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
用法:python3 scripts/build_graph.py → 產出 docs/graph.html
1212
卡片有增減時重跑即可。CI(.github/workflows/pages.yml)會在 push 到 main
13-
時自動重跑並發佈到 GitHub Pages。
13+
(repo 預設分支)時自動重跑並發佈到 GitHub Pages。
1414
"""
1515
import re, json, pathlib, html
1616

0 commit comments

Comments
 (0)