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