From 98a7a935fc32a74207e46ccf8619e80f098dc0d1 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:25:56 +0200 Subject: [PATCH] Fix call to docs job in ci_release.yml (#521) --- .github/workflows/ci_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 330d3c78f..89769ae49 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -197,7 +197,7 @@ jobs: uses: ./.github/workflows/docs.yml with: ANSYS_VERSION: '241' - python-version: "3.10" + python_version: "3.10" standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} event_name: ${{ github.event_name }} secrets: inherit