From 092e1038007d8b950665ab0e21260cad83486a28 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 5 Aug 2022 09:40:32 +0200 Subject: [PATCH] feat(ci): include changelog generation on docs build Signed-off-by: heitorlessa --- .github/workflows/python_docs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/python_docs.yml b/.github/workflows/python_docs.yml index ace4b28dc3f..c538b91456a 100644 --- a/.github/workflows/python_docs.yml +++ b/.github/workflows/python_docs.yml @@ -13,7 +13,13 @@ on: - "examples/**" jobs: + changelog: + permissions: + contents: write + uses: ./.github/workflows/reusable_publish_changelog.yml + docs: + needs: changelog # Force Github action to run only a single job at a time (based on the group name) # This is to prevent "race-condition" in publishing a new version of doc to `gh-pages` concurrency: