diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 07617b9b..c9550481 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -146,7 +146,7 @@ jobs: - name: Deploy if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - uses: pyansys/actions/doc-deploy-stable@v2.0.7 + uses: pyansys/actions/doc-deploy-stable@v3.0.5 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 66f3d6aa..a2ba25d9 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -69,7 +69,7 @@ jobs: - name: Deploy if: matrix.image-tag == 'v23.1.0' - uses: pyansys/actions/doc-deploy-dev@v2.0.7 + uses: pyansys/actions/doc-deploy-dev@v3.0.5 with: doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}' cname: ${{ env.DOCUMENTATION_CNAME }}