Skip to content

Commit

Permalink
fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate committed Jun 19, 2024
1 parent f9ebce5 commit 305b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
BRANCH=$(git rev-parse --abbrev-ref HEAD)
# 根据分支名称部署相应的文档版本
if [ "$BRANCH" == "deploy_in_gitpage" ]; then
if [ "$BRANCH" == "develop" ]; then
ALIAS_VERSION="latest"
mike deploy --push --update-aliases $ALIAS_VERSION
mike set-default --push latest
Expand Down

0 comments on commit 305b899

Please sign in to comment.