Skip to content

Commit

Permalink
Made changes in build.sh and workflow to make 0.9 as latest
Browse files Browse the repository at this point in the history
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
  • Loading branch information
andyi2it committed Jul 25, 2022
1 parent d2a4187 commit ed51658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed51658

Please sign in to comment.