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.
2 parents 0262509 + 2782cc5 commit 21d1433Copy full SHA for 21d1433
appveyor.yml
@@ -24,4 +24,4 @@ on_success:
24
- cd %TEMP%\Azure
25
- ps: ls C:\docs -dir | % { copy $_.FullName . -Recurse -Force }
26
- git add -A
27
- - git diff --quiet --exit-code --cached || git commit -m "Sync docs from source code repo to content repo." && git push origin %target_branch% -f && appveyor AddMessage "Content Updated"
+ - git diff --quiet --exit-code --cached || git commit -m "Sync docs from source code repo to content repo." && git push origin %source_branch%:%target_branch% -f && appveyor AddMessage "Content Updated"
0 commit comments