diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c7e573aaf5..eba286f392 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -889,7 +889,7 @@ jobs: name: Upload release documentation if: github.event_name == 'push' && contains(github.ref, 'refs/tags') runs-on: ubuntu-latest - needs: [release] + needs: [release, release-pypi] steps: - name: Deploy the stable documentation uses: ansys/actions/doc-deploy-stable@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1 diff --git a/doc/changelog.d/1902.maintenance.md b/doc/changelog.d/1902.maintenance.md new file mode 100644 index 0000000000..11b86d9770 --- /dev/null +++ b/doc/changelog.d/1902.maintenance.md @@ -0,0 +1 @@ +make doc releases dependent on GH and PyPI release \ No newline at end of file