From e8284b467ee1bce2c7c8bdc8536f0060fc108c33 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 19 Jun 2015 18:22:14 +0800 Subject: [PATCH] update deploy log --- deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.js b/deploy.js index f873788bef..343f0538e8 100644 --- a/deploy.js +++ b/deploy.js @@ -7,5 +7,5 @@ buildBranch({ if(err) { throw err; } - console.log('Published!'); + console.log('Site has been published to http://ant.design'); });