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

Commit

Permalink
#1204 revert
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Nov 27, 2017
1 parent 9027dce commit 7ef736c
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({branch:'gh-pages'}));
.pipe(ghPages());
}

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

0 comments on commit 7ef736c

Please sign in to comment.