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 0262509 commit 2782cc5Copy full SHA for 2782cc5
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