Browse Source

🎉

pull/1437/head
afc163 9 years ago
parent
commit
7f7ed2c5a3
  1. 2
      scripts/deploy.js

2
scripts/deploy.js

@ -9,5 +9,5 @@ ghPages.publish(path.join(process.cwd(), '_site'), {
if (err) { if (err) {
throw err; throw err;
} }
console.log('Site has been published to http://ant.design'); console.log('Site has been published to http://ant.design 🎉');
}); });

Loading…
Cancel
Save