From 4c7fcc5b5c0f8a1028e984d55bfa48a0088ec0bb Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Mon, 17 Jul 2017 12:12:54 -0400 Subject: [PATCH] making this a userpage --- .publish | 2 +- gulpfile.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.publish b/.publish index 7459775..755a446 160000 --- a/.publish +++ b/.publish @@ -1 +1 @@ -Subproject commit 745977500581f866ec8b9d3d8df5a8af22d4cf71 +Subproject commit 755a4461628f37d1aba4445d3831285c1d0eda21 diff --git a/gulpfile.js b/gulpfile.js index ce48cdd..39ad58f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -202,7 +202,9 @@ gulp.task('build:site', ['clean:site', 'build:less', 'build:icons'], function () gulp.task('deploy', function () { return gulp.src('./cdn/**') - .pipe(ghpages()); + .pipe(ghpages({ + branch: 'master' + })); }); // Default will run the 'entry' task