We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8331b43 commit 8668b81Copy full SHA for 8668b81
.github/workflows/deploy_web_site.yml
@@ -47,7 +47,7 @@ jobs:
47
ls -alh TechBlog || echo "TechBlog not found"
48
cd TechBlog
49
git branch -a
50
- git checkout origin/main
+ git checkout -b main origin/main
51
ls -alh
52
#build
53
- name: Set up Ruby
0 commit comments