Skip to content

Commit 81bc59f

Browse files
committed
[ci] Skip prod deploy for documentation-factory bookkeeping paths
Add spec/**, .agents/**, AGENTS.md, CLAUDE.md to deploy_to_geddes_prod paths-ignore -- they never affect the built site.
1 parent 1fbbf74 commit 81bc59f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy_to_geddes_prod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- 'modulefiles/**'
99
- 'tools/**'
1010
- 'wcag_audit/**'
11+
# Documentation-factory bookkeeping never affects the built site (all outside docs/).
12+
- 'spec/**'
13+
- '.agents/**'
14+
- 'AGENTS.md'
15+
- 'CLAUDE.md'
1116
workflow_dispatch:
1217

1318
permissions:

0 commit comments

Comments
 (0)