From d8d60257f5a3162c5f2e16c624a2f47a87b23a7a Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 16 Sep 2018 06:43:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8D=E5=86=8D=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=8E=9F=E6=9C=89=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BB=A5=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E5=8D=87=E7=BA=A7=E6=97=B6=E7=9A=84=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/publish.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/aio/publish.sh b/aio/publish.sh index f76e2d6035..5402d189da 100755 --- a/aio/publish.sh +++ b/aio/publish.sh @@ -9,13 +9,10 @@ set -x cd `dirname $0` yarn build -rm -fr ../../ng-docs.github.io/* -cp -r dist/* ../../ng-docs.github.io +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"