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'); });