diff --git a/.github/workflows/release-doc-build.yml b/.github/workflows/doc-build-release.yml similarity index 96% rename from .github/workflows/release-doc-build.yml rename to .github/workflows/doc-build-release.yml index ab04e09f063..b4ad80a896c 100644 --- a/.github/workflows/release-doc-build.yml +++ b/.github/workflows/doc-build-release.yml @@ -1,4 +1,4 @@ -name: Release Documentation Build +name: Doc Build Release on: workflow_dispatch: @@ -82,7 +82,7 @@ jobs: needs: [build_release_docs] steps: - name: "Deploy release documentation" - uses: ansys/actions/doc-deploy-stable@v5 + uses: ansys/actions/doc-deploy-stable@v6 with: doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}' decompress-artifact: true