Skip to content

Commit

Permalink
Use copy alias type for better UX and to fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Lukianov <[email protected]>
  • Loading branch information
Frostman committed Dec 19, 2024
1 parent 70e8b65 commit 5f73063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ _alias := if branch_current == branch_latest { "latest" } else if branch_current
echo "Release '{{_release}}' alias '{{_alias}}'"

# Deploy docs site (versioned) to publish branch
deploy release=_release alias=_alias: (_run "mike deploy -b publish -u" release alias)
deploy release=_release alias=_alias: (_run "mike deploy -b publish --alias-type=copy -u" release alias)

0 comments on commit 5f73063

Please sign in to comment.