Skip to content

Commit 091ae77

Browse files
authored
Add CHANGELOG.md as an update-docs-webhook trigger (#54421)
Since we display the changelog on the docs site, updates to the changelog should trigger a redeployment of the docs site. The changelog docs page, `docs/pages/changelog.mdx`, gets its content from including the main `CHANGELOG.md` file, so trigger docs site redeployments when a pull request changes that file.
1 parent 89f35ab commit 091ae77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-docs-webhook.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
paths:
55
- 'docs/**'
6+
# docs/pages/changelog.mdx includes the main changelog, so redeploy the
7+
# docs site to reflect any updates to this file.
8+
- 'CHANGELOG.md'
69
branches:
710
- master
811
- branch/v*

0 commit comments

Comments
 (0)