Skip to content

Commit 8331b43

Browse files
committed
checkout origin/main
1 parent 01a0a14 commit 8331b43

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
@@ -40,14 +40,14 @@ jobs:
4040
with:
4141
repository: linjonh/TechBlog
4242
branch: main
43-
fetch-depth: 1
43+
fetch-depth: 0
4444
path: TechBlog
4545
- name: List checked out files
4646
run: |
4747
ls -alh TechBlog || echo "TechBlog not found"
4848
cd TechBlog
4949
git branch -a
50-
git checkout main
50+
git checkout origin/main
5151
ls -alh
5252
#build
5353
- name: Set up Ruby

0 commit comments

Comments
 (0)