Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit f83bd4d

Browse files
+ 0.1.0-beta4
1 parent 680d640 commit f83bd4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SubPointSolutions.CakeBuildTools/Scripts/SubPointSolutions.CakeBuild.Core.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,7 @@ var defaultActionDocsMerge = Task("Action-Docs-Merge")
987987
var pushCmd = new []{
988988
string.Format("cd '{0}'", docsRepoFolder),
989989
string.Format("git config http.sslVerify false"),
990+
string.Format("git config --global push.default simple"),
990991
string.Format("git push {0}", docsRepoPushUrl)
991992
};
992993

0 commit comments

Comments
 (0)