Skip to content

Commit

Permalink
Update to pyansys action v4 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed May 19, 2023
1 parent aafc1c7 commit 26bae85
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_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Deploy
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
uses: ansys/actions/doc-deploy-stable@v3.0.11
uses: ansys/actions/doc-deploy-stable@v4
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 @@ -66,7 +66,7 @@ jobs:

- name: Deploy
if: matrix.image-tag == 'v23.1.0'
uses: ansys/actions/doc-deploy-dev@v3.0.11
uses: ansys/actions/doc-deploy-dev@v4
with:
doc-artifact-name: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
cname: ${{ env.DOCUMENTATION_CNAME }}
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def _stop_fluent_container(gallery_conf, fname):
html_logo = pyansys_logo_black
html_theme_options = {
"switcher": {
"json_url": f"https://{cname}/release/versions.json",
"json_url": f"https://{cname}/versions.json",
"version_match": get_version_match(__version__),
},
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
Expand Down

0 comments on commit 26bae85

Please sign in to comment.