This commit is contained in:
afc163 2016-04-06 23:14:28 +08:00
parent f3cb0e5848
commit 7f7ed2c5a3

View File

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