Skip to content

Commit

Permalink
maint: change pyansys/actions (#1599)
Browse files Browse the repository at this point in the history
Co-authored-by: Prithwish Mukherjee <109645853+prmukherj@users.noreply.github.com>
  • Loading branch information
RobPasMue and prmukherj committed May 16, 2023
1 parent cf1aa40 commit 8400e88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
os: macos-latest
steps:
- name: Build wheelhouse and perform smoke test
uses: pyansys/actions/build-wheelhouse@v4
uses: ansys/actions/build-wheelhouse@v4
with:
library-name: ${{ env.PACKAGE_NAME }}
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-dev-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: "Deploy development documentation"
if: matrix.image-tag == env.DOC_DEPLOYMENT_IMAGE_TAG
uses: pyansys/actions/doc-deploy-dev@v3
uses: ansys/actions/doc-deploy-dev@v3
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
decompress_artifact: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
retention-days: 7

- name: "Deploy release documentation"
uses: pyansys/actions/doc-deploy-stable@v3
uses: ansys/actions/doc-deploy-stable@v3
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
decompress_artifact: true
Expand Down

0 comments on commit 8400e88

Please sign in to comment.