Skip to content

Commit

Permalink
Updated mike docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Nov 29, 2024
1 parent 39407d0 commit 8aeaf6a
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 @@ -33,6 +33,6 @@ runs:
fi
uv run mike deploy "${MIKE_OPTIONS[@]}" ${{ inputs.version }} ${{ inputs.alias }}
if [ "true" = "${{ inputs.push }}" ]; then
mike set-default --push latest
uv run mike set-default --push latest
fi
shell: bash

0 comments on commit 8aeaf6a

Please sign in to comment.