Skip to content

Commit

Permalink
Updated mike action
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Jan 31, 2024
1 parent 6605302 commit 5dbc7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/mike-docs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ runs:
if [ "true" = "${{ inputs.push }}" ]; then
MIKE_OPTIONS+=( "--push" )
fi
mike deploygi ${{ inputs.version }} ${{ inputs.alias }} "${MIKE_OPTIONS[@]}"
mike deploy ${{ inputs.version }} ${{ inputs.alias }} "${MIKE_OPTIONS[@]}"
shell: bash

0 comments on commit 5dbc7c2

Please sign in to comment.