Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/docs-dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This workflow goes in the Rezi repo at .github/workflows/docs-dispatch.yml
# It triggers the website repo to sync docs when docs/ changes
# It triggers the website repo to sync docs and staged API reference output.
# The website workflow pushes directly to its main branch, so no PR is opened.

name: Dispatch Docs Update

Expand All @@ -9,6 +10,11 @@ on:
paths:
- 'docs/**'
- 'mkdocs.yml'
- 'packages/**'
- 'typedoc.json'
- 'package.json'
- 'package-lock.json'
- 'scripts/docs.sh'

jobs:
dispatch:
Expand Down
Loading