Skip to content

Commit d9df375

Browse files
authored
[CI] Publish doc updates after each release (#373)
## Problem We want documentation to automatically stay up to date after every release ## Solution Trigger the docs publish workflow after a new artifact is released to pypi ## Type of Change - [x] Infrastructure change (CI configs, etc)
1 parent 5bb1c06 commit d9df375

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444
secrets:
4545
PYPI_USERNAME: __token__
4646
PYPI_PASSWORD: ${{ secrets.PROD_PYPI_PUBLISH_TOKEN }}
47+
48+
docs-publish:
49+
uses: './.github/workflows/build-and-publish-docs.yaml'
50+
secrets: inherit
51+
needs:
52+
- pypi

0 commit comments

Comments
 (0)