Skip to content

Commit 6b6df40

Browse files
betegonclaude
andcommitted
ci: trigger docs preview on install script changes
The install script is symlinked into docs/public/ and served via GitHub Pages, but changes to the root file didn't trigger the preview workflow because the path filter only matched docs/**. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 67e56c8 commit 6b6df40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'docs/**'
7+
- 'install'
78
- '.github/workflows/docs-preview.yml'
89

910
permissions:

0 commit comments

Comments
 (0)