chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-18 01:00:37 +00:00
parent b121c2e7a3
commit 3e96fab702
6 changed files with 977 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"version": 1,
"hooks": {
"postToolUse": [
{
"type": "command",
"bash": ".github/hooks/fix-broken-links/link-fix.sh",
"powershell": ".github/hooks/fix-broken-links/link-fix.ps1",
"cwd": ".",
"timeoutSec": 120
}
]
}
}