diff --git a/build.sh b/build.sh index 786ea32fa..f1cd021e8 100644 --- a/build.sh +++ b/build.sh @@ -17,6 +17,6 @@ git branch gh-pages origin/gh-pages echo "Listing branches" git branch -mike deploy $currentVersion +mike deploy --push --alias-type redirect --update-aliases $(cat version.txt) latest git checkout gh-pages \ No newline at end of file