Skip to content

Commit

Permalink
making docs push work for standard config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed May 13, 2016
1 parent b3859f5 commit 409bda6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulp/tasks/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@
return gulp.src(C.BUILD_DOCS+'**/*')
.pipe(C.dbg('gh-pages'))
.pipe(plugins.ghPages({
message: 'docs updates v'+pkg.version
message: 'docs updates v'+pkg.version,
origin:'upstream'
}));
});

Expand Down

0 comments on commit 409bda6

Please sign in to comment.