From 7af87c217301589376b5d7fc5b8800f81ef1831d Mon Sep 17 00:00:00 2001 From: Federico Negri Date: Tue, 16 May 2023 09:12:06 +0200 Subject: [PATCH] Update ci_cd.yml --- .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 03ba88922..d9d873a07 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -127,7 +127,7 @@ jobs: needs: [docs] steps: - name: Deploy the latest documentation - uses: pyansys/actions/doc-deploy-dev@v2 + uses: ansys/actions/doc-deploy-dev@v2 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }}