Skip to content

Commit

Permalink
Bump pyansys/actions from 2.0.7 to 3.0.7 (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent 27f0a24 commit fa1b36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
cname: ${{ env.DOCUMENTATION_CNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
cname: ${{ env.DOCUMENTATION_CNAME }}
Expand Down

0 comments on commit fa1b36b

Please sign in to comment.