From 08b94562023b032e0b8c36a4e58f79ceed2f0142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:38:12 +0200 Subject: [PATCH] CI: Fix deploy-doc by using ansys actions v5 (#204) --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e4134d60..fc50c9aa 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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 }}