Skip to content

Commit 08b9456

Browse files
authored
CI: Fix deploy-doc by using ansys actions v5 (#204)
1 parent 6df4ee7 commit 08b9456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
needs: [doc-build]
112112
steps:
113113
- name: Deploy the documentation
114-
uses: ansys/actions/doc-deploy-dev@v4
114+
uses: ansys/actions/doc-deploy-dev@v5
115115
with:
116116
cname: ${{ env.DOCUMENTATION_CNAME }}
117117
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)