chore: add more CNAME

This commit is contained in:
Zhicheng Wang 2018-08-15 14:08:37 +08:00
parent e6991cd39a
commit 57788ba3bb
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ cp -r dist/* ../../ng-docs.github.io
cd ../../ng-docs.github.io
cp index.html 404.html
echo v6.angular.live > CNAME
echo angular.cn >> CNAME
echo www.angular.cn >> CNAME
git add .
git commit -am "publish"