Skip to content

Commit

Permalink
CI: Fix deploy-doc by using ansys actions v5 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Aug 14, 2024
1 parent 6df4ee7 commit 08b9456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
needs: [doc-build]
steps:
- name: Deploy the documentation
uses: ansys/actions/doc-deploy-dev@v4
uses: ansys/actions/doc-deploy-dev@v5
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 08b9456

Please sign in to comment.