上传添加commit

This commit is contained in:
jaywcjlove 2016-11-21 01:23:00 +08:00
parent 24a0becafe
commit 4c0c27cbf8
1 changed files with 2 additions and 1 deletions

View File

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