From 1df8856b1a09b20bb0d867b2cfc37e53c333607b Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 18 Apr 2017 09:21:13 +0800 Subject: [PATCH] Modify the automatic compilation commit. --- build/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deploy.js b/build/deploy.js index 752618bc65..8b82cf307b 100644 --- a/build/deploy.js +++ b/build/deploy.js @@ -17,7 +17,7 @@ if(fs.existsSync(deploy_path)){ ghpages.publish(deploy_path,{ repo: 'https://github.com/jaywcjlove/linux-command.git', branch: 'gh-pages', - message: 'Compiler generation page ' + new Date() + message: 'Linux command index, Compiler generation page ' + new Date() }, function(err) { if(err) return console.log(error(' → '+"ok!"+err)); load.stop()