From 5f73063ba74c520988e8bff38828b5428f69c7e3 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Thu, 19 Dec 2024 15:39:17 -0800 Subject: [PATCH] Use copy alias type for better UX and to fix docs Signed-off-by: Sergei Lukianov --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 1b3117c..fb0d8db 100644 --- a/Justfile +++ b/Justfile @@ -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)