diff --git a/scripts/deploy.js b/scripts/deploy.js index 848a3c5e56..f1fb905974 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -9,5 +9,5 @@ ghPages.publish(path.join(process.cwd(), '_site'), { if (err) { throw err; } - console.log('Site has been published to http://ant.design'); + console.log('Site has been published to http://ant.design 🎉'); });