Skip to content

Commit 1f457e0

Browse files
ci: deploy the docs when the theme or the landing page changes
Only trace-spec listed overrides/** in its docs deploy filter, so a change to overrides/main.html merged to main and the live site kept serving the old template. The og:title fix did exactly that: merged, green, and not deployed. The same gap covers files the build publishes but the filter never named. index.md is the site landing page now, and the governance documents are copied into the build, so any of them can change without triggering a deploy. Aligns each filter with what the build actually copies. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013EQx4N5BzTQbY8kvXUsdkY
1 parent b3bf6e2 commit 1f457e0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ on:
1414
- "ROADMAP.md"
1515
- "LIMITATIONS.md"
1616
- "CNAME"
17+
- "overrides/**"
18+
- "index.md"
19+
- "CHARTER.md"
20+
- "CODE_OF_CONDUCT.md"
21+
- "SECURITY.md"
22+
- "PRIVACY.md"
1723
workflow_dispatch:
1824

1925
permissions:

0 commit comments

Comments
 (0)