making this a userpage

This commit is contained in:
Joshua Seigler 2017-07-17 12:12:54 -04:00
parent 71c40f88c1
commit 4c7fcc5b5c
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 745977500581f866ec8b9d3d8df5a8af22d4cf71
Subproject commit 755a4461628f37d1aba4445d3831285c1d0eda21

View file

@ -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