Skip to content

Commit f99c64a

Browse files
committed
call set-default with latest
1 parent ce61de5 commit f99c64a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
if [ "$BRANCH_NAME" == "main" ]; then
4444
echo "Deploying MAIN as Version ${{ env.CURRENT_MAJOR_VERSION }} (Latest)"
4545
uv run mike deploy --deploy-prefix package -b deploy ${{ env.CURRENT_MAJOR_VERSION }} latest --update-aliases --push
46+
uv run mike set-default latest --push --deploy-prefix package -b deploy
4647
else
4748
# Extracts version from branch name (e.g., v3.0 -> 3.0)
4849
VERSION=$(echo $BRANCH_NAME | sed 's/^v//')

0 commit comments

Comments
 (0)