Skip to content

Commit 0cef12b

Browse files
ci: make doc releases dependent on GH and PyPI release (#1902)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent e015291 commit 0cef12b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ jobs:
889889
name: Upload release documentation
890890
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
891891
runs-on: ubuntu-latest
892-
needs: [release]
892+
needs: [release, release-pypi]
893893
steps:
894894
- name: Deploy the stable documentation
895895
uses: ansys/actions/doc-deploy-stable@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1

doc/changelog.d/1902.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make doc releases dependent on GH and PyPI release

0 commit comments

Comments
 (0)