Skip to content

Commit 8668b81

Browse files
committed
main 分支checkout
1 parent 8331b43 commit 8668b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_web_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ls -alh TechBlog || echo "TechBlog not found"
4848
cd TechBlog
4949
git branch -a
50-
git checkout origin/main
50+
git checkout -b main origin/main
5151
ls -alh
5252
#build
5353
- name: Set up Ruby

0 commit comments

Comments
 (0)