From 409bda69e36804e0cd6d47155fa62a39eda8a1c2 Mon Sep 17 00:00:00 2001 From: Dan Lasky Date: Fri, 13 May 2016 16:58:22 -0500 Subject: [PATCH] making docs push work for standard config --- gulp/tasks/docs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulp/tasks/docs.js b/gulp/tasks/docs.js index 6b1a1fd1..12368301 100644 --- a/gulp/tasks/docs.js +++ b/gulp/tasks/docs.js @@ -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' })); });