Skip to content

Commit b82fabd

Browse files
ci: dispatch docs sync for api changes (#316)
1 parent 16615a0 commit b82fabd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docs-dispatch.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This workflow goes in the Rezi repo at .github/workflows/docs-dispatch.yml
2-
# It triggers the website repo to sync docs when docs/ changes
2+
# It triggers the website repo to sync docs and staged API reference output.
3+
# The website workflow pushes directly to its main branch, so no PR is opened.
34

45
name: Dispatch Docs Update
56

@@ -9,6 +10,11 @@ on:
910
paths:
1011
- 'docs/**'
1112
- 'mkdocs.yml'
13+
- 'packages/**'
14+
- 'typedoc.json'
15+
- 'package.json'
16+
- 'package-lock.json'
17+
- 'scripts/docs.sh'
1218

1319
jobs:
1420
dispatch:

0 commit comments

Comments
 (0)