Skip to content

Commit

Permalink
ci: Add the new CI for release doc build [skip tests] (#2819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored May 15, 2024
1 parent 64d3302 commit a5013a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Documentation Build
name: Doc Build Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a5013a5

Please sign in to comment.