We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e015291 commit 0cef12bCopy full SHA for 0cef12b
.github/workflows/ci_cd.yml
@@ -889,7 +889,7 @@ jobs:
889
name: Upload release documentation
890
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
891
runs-on: ubuntu-latest
892
- needs: [release]
+ needs: [release, release-pypi]
893
steps:
894
- name: Deploy the stable documentation
895
uses: ansys/actions/doc-deploy-stable@c4fcd69508c0981431c7e85eed02b5008729d01a # v9.0.1
doc/changelog.d/1902.maintenance.md
@@ -0,0 +1 @@
1
+make doc releases dependent on GH and PyPI release
0 commit comments