mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-27 15:26:09 +00:00
making this a userpage
This commit is contained in:
parent
71c40f88c1
commit
4c7fcc5b5c
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue