Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
#1204 checking other settings
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Nov 27, 2017
1 parent a052ba5 commit 9027dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/gulp/ghpages-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const prepareDeploy = (cb) => {
const ghDeploy = (cb) => {

return gulp.src(paths.srcDeploy)
.pipe(ghPages({remoteUrl:'[email protected]:SAP/techne.git'}));
.pipe(ghPages({branch:'gh-pages'}));
}

gulp.task('prepareDeploy', prepareDeploy);
Expand Down

0 comments on commit 9027dce

Please sign in to comment.