Skip to content

Commit

Permalink
Preview url fix (#338)
Browse files Browse the repository at this point in the history
Update aliases in build.sh

Update aliases for latest in build.sh as netlify uses build.sh

Signed-off-by: Andrews Arokiam <[email protected]>
  • Loading branch information
andyi2it authored Feb 2, 2024
1 parent 9fd749b commit b54a88b
Showing 1 changed file with 1 addition and 1 deletion.
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 --push --alias-type redirect --update-aliases $(cat version.txt) latest

git checkout gh-pages

0 comments on commit b54a88b

Please sign in to comment.