Skip to content

Commit

Permalink
set default to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
funyin committed Dec 3, 2023
1 parent 186bc97 commit 1af9e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
mike deploy --push --update-aliases 0.0.2 latest
mike deploy --push --update-aliases 0.0.2 latest
mike set-default --push latest

0 comments on commit 1af9e9b

Please sign in to comment.