Skip to content

Commit ebef7f8

Browse files
authored
fix(ci): trigger docs CI on superdoc and super-editor changes (#2482)
The doctest suite imports from packages/superdoc/dist/ and tests real API calls against the editor. Without these triggers, renaming or removing an editor method wouldn't run the docs example tests until someone separately touches apps/docs/.
1 parent 0b550fb commit ebef7f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- 'apps/docs/**'
7+
- 'packages/superdoc/**'
8+
- 'packages/super-editor/**'
79
- 'packages/document-api/src/contract/**'
810
- 'packages/document-api/scripts/**'
911
- 'scripts/generate-all.mjs'

0 commit comments

Comments
 (0)