Skip to content

Commit b39886e

Browse files
authored
Merge pull request #16 from microsoft/leestott-patch-2
Update docssync.yml
2 parents d07f596 + 6916297 commit b39886e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docssync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Update Docs Branch
2828
run: |
2929
git fetch origin
30-
git checkout docs
30+
git checkout docs --
3131
git pull
3232
git merge origin/main
33-
git push origin docs
33+
git push origin docs --

0 commit comments

Comments
 (0)