Skip to content

Commit 305b899

Browse files
fix ci.yml
1 parent f9ebce5 commit 305b899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
BRANCH=$(git rev-parse --abbrev-ref HEAD)
4141
4242
# 根据分支名称部署相应的文档版本
43-
if [ "$BRANCH" == "deploy_in_gitpage" ]; then
43+
if [ "$BRANCH" == "develop" ]; then
4444
ALIAS_VERSION="latest"
4545
mike deploy --push --update-aliases $ALIAS_VERSION
4646
mike set-default --push latest

0 commit comments

Comments
 (0)