From f6b39ac52e1d9a1216873bd49c11bf53bf277962 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Wed, 2 Jan 2019 18:13:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/deploy-cn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/deploy-cn.sh b/aio/deploy-cn.sh index 0e45453098..341aa35f7c 100755 --- a/aio/deploy-cn.sh +++ b/aio/deploy-cn.sh @@ -16,9 +16,9 @@ then git clone git@github.com:ng-docs/ng-docs.github.io.git ./ng-docs.github.io fi -cd ./ng-docs.github.io +cp -r dist/* ./ng-docs.github.io -cp -r dist/* . +cd ./ng-docs.github.io git add . git commit --allow-empty -am "${commitMessage}"