Skip to content

Commit 98a49bd

Browse files
committed
fix: fix branch name
1 parent ade4524 commit 98a49bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
cd docs/.vitepress/dist
3838
39-
git init
39+
git init --initial-branch=${TARGET_BRANCH}
4040
git add .
4141
git commit -m "${COMMIT_MSG}"
4242
git push origin ${TARGET_BRANCH}

0 commit comments

Comments
 (0)