We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16615a0 commit 08aaf38Copy full SHA for 08aaf38
.github/workflows/docs-dispatch.yml
@@ -1,5 +1,6 @@
1
# 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
+# 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.
4
5
name: Dispatch Docs Update
6
@@ -9,6 +10,11 @@ on:
9
10
paths:
11
- 'docs/**'
12
- 'mkdocs.yml'
13
+ - 'packages/**'
14
+ - 'typedoc.json'
15
+ - 'package.json'
16
+ - 'package-lock.json'
17
+ - 'scripts/docs.sh'
18
19
jobs:
20
dispatch:
0 commit comments