From ed51658ddc39b1d9b90417ea41cd65452fec451b Mon Sep 17 00:00:00 2001 From: Andrews Arokiam Date: Mon, 25 Jul 2022 23:20:43 +0530 Subject: [PATCH] Made changes in build.sh and workflow to make 0.9 as latest Signed-off-by: Andrews Arokiam --- .github/workflows/build.yml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 936d8d03a..35e564e88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,4 +41,4 @@ jobs: - name: Deploy with mike run: | - mike deploy --push $(cat version.txt) + mike deploy --push --update-aliases $(cat version.txt) latest diff --git a/build.sh b/build.sh index 786ea32fa..df230b310 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 --update-aliases $(cat version.txt) latest git checkout gh-pages \ No newline at end of file