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
2
.publish
2
.publish
|
@ -1 +1 @@
|
|||
Subproject commit 745977500581f866ec8b9d3d8df5a8af22d4cf71
|
||||
Subproject commit 755a4461628f37d1aba4445d3831285c1d0eda21
|
|
@ -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