From 8aeb8673fd54015d2fe591f6b2502c5b9dba3105 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:57:26 +0200 Subject: [PATCH 1/2] ci: make doc releases dependent on GH and PyPI release --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7270c0d76553f83f2249c5f8682931a54fbec544 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:59:07 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1902.maintenance.md [dependabot-skip] --- doc/changelog.d/1902.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1902.maintenance.md 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