Skip to content

Commit 092e103

Browse files
committed
feat(ci): include changelog generation on docs build
Signed-off-by: heitorlessa <[email protected]>
1 parent b077129 commit 092e103

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python_docs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ on:
1313
- "examples/**"
1414

1515
jobs:
16+
changelog:
17+
permissions:
18+
contents: write
19+
uses: ./.github/workflows/reusable_publish_changelog.yml
20+
1621
docs:
22+
needs: changelog
1723
# Force Github action to run only a single job at a time (based on the group name)
1824
# This is to prevent "race-condition" in publishing a new version of doc to `gh-pages`
1925
concurrency:

0 commit comments

Comments
 (0)