Skip to content

Commit

Permalink
Fix call to docs job in ci_release.yml (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Oct 19, 2023
1 parent e54ec37 commit 98a7a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a7a93

Please sign in to comment.