Skip to content

Commit 01a0a14

Browse files
committed
命令修改
1 parent 962b11b commit 01a0a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_web_site.yml

Lines changed: 2 additions & 2 deletions
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-
checkout branch main
50+
git checkout main
5151
ls -alh
5252
#build
5353
- name: Set up Ruby
@@ -62,7 +62,7 @@ jobs:
6262
ls -lh
6363
cd TechBlog
6464
git branch -a
65-
checkout branch main
65+
git checkout main
6666
gem install bundler
6767
bundle install --jobs 4 --retry 3
6868
- run: bundle exec jekyll build -d "_site" --trace

0 commit comments

Comments
 (0)