gh-pages, 用于发布gh-pages资源
默认gh-pages对象
{
defaults: {
dest: '.',
add: false,
git: 'git',
depth: 1,
dotfiles: false,
branch: 'gh-pages',
remote: 'origin',
src: '**/*',
remove: '.',
push: true,
history: true,
message: 'Updates',
silent: false
},
publish: [Function: publish],
clean: [Function: clean]
}