diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ac1d7300..f9ee6535 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -151,7 +151,7 @@ jobs: - name: Deploy if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - uses: ansys/actions/doc-deploy-stable@v3.0.11 + uses: ansys/actions/doc-deploy-stable@v4 with: doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}' cname: ${{ env.DOCUMENTATION_CNAME }} diff --git a/.github/workflows/nightly-doc-build.yml b/.github/workflows/nightly-doc-build.yml index f1eaf0dc..d6e03fc3 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -66,7 +66,7 @@ jobs: - name: Deploy if: matrix.image-tag == 'v23.1.0' - uses: ansys/actions/doc-deploy-dev@v3.0.11 + uses: ansys/actions/doc-deploy-dev@v4 with: doc-artifact-name: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }} cname: ${{ env.DOCUMENTATION_CNAME }} diff --git a/doc/source/conf.py b/doc/source/conf.py index 6e8fd2ba..91f0d657 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -178,7 +178,7 @@ def _stop_fluent_container(gallery_conf, fname): html_logo = pyansys_logo_black html_theme_options = { "switcher": { - "json_url": f"https://{cname}/release/versions.json", + "json_url": f"https://{cname}/versions.json", "version_match": get_version_match(__version__), }, "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],