Modify the automatic compilation commit.
This commit is contained in:
parent
f6890531f8
commit
1df8856b1a
|
|
@ -17,7 +17,7 @@ if(fs.existsSync(deploy_path)){
|
||||||
ghpages.publish(deploy_path,{
|
ghpages.publish(deploy_path,{
|
||||||
repo: 'https://github.com/jaywcjlove/linux-command.git',
|
repo: 'https://github.com/jaywcjlove/linux-command.git',
|
||||||
branch: 'gh-pages',
|
branch: 'gh-pages',
|
||||||
message: 'Compiler generation page ' + new Date()
|
message: 'Linux command index, Compiler generation page ' + new Date()
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
if(err) return console.log(error(' → '+"ok!"+err));
|
if(err) return console.log(error(' → '+"ok!"+err));
|
||||||
load.stop()
|
load.stop()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue