上传添加commit
This commit is contained in:
parent
24a0becafe
commit
4c0c27cbf8
|
|
@ -16,7 +16,8 @@ if(fs.existsSync(deploy_path)){
|
|||
load.start();
|
||||
ghpages.publish(deploy_path,{
|
||||
repo: 'https://github.com/jaywcjlove/linux-command.git',
|
||||
branch: 'gh-pages'
|
||||
branch: 'gh-pages',
|
||||
message: 'Compiler generation page ' + new Date()
|
||||
}, function(err) {
|
||||
if(err) return console.log(error(' → '+"ok!"+err));
|
||||
load.stop()
|
||||
|
|
|
|||
Loading…
Reference in New Issue