From 4c0c27cbf87c62ab56ec681ef7e8231e3acb4b05 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 21 Nov 2016 01:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=B7=BB=E5=8A=A0commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/deploy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/deploy.js b/build/deploy.js index 7191ccf185..752618bc65 100644 --- a/build/deploy.js +++ b/build/deploy.js @@ -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()