Skip to content

Commit

Permalink
fix: wrong action version in doc-build (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Apr 15, 2024
1 parent 8606d2e commit 9138d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ runs:

- name: Documentation build (Linux)
if: ${{ runner.os == 'Linux' }}
uses: ansys/actions/_doc-build-linux@feat/doc-build-os-compatible
uses: ansys/actions/_doc-build-linux@main
with:
python-version: ${{ inputs.python-version }}
use-python-cache: ${{ inputs.use-python-cache }}
Expand All @@ -196,7 +196,7 @@ runs:
- name: Documentation build (Windows)
if: ${{ runner.os == 'Windows' }}
uses: ansys/actions/_doc-build-windows@feat/doc-build-os-compatible
uses: ansys/actions/_doc-build-windows@main
with:
python-version: ${{ inputs.python-version }}
use-python-cache: ${{ inputs.use-python-cache }}
Expand Down

0 comments on commit 9138d8e

Please sign in to comment.