From 5da911d5e4e205da9d020b6503f04d5865a0fef4 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 24 Sep 2018 11:01:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=A0=B9=E6=8D=AE=E5=8E=9F=E6=96=87?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=8F=90=E4=BA=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/deploy-cn.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aio/deploy-cn.sh b/aio/deploy-cn.sh index 23a89443a6..8bcd9cf11c 100755 --- a/aio/deploy-cn.sh +++ b/aio/deploy-cn.sh @@ -19,8 +19,7 @@ cd ../../ng-docs.github.io cp index.html 404.html git add . git commit --allow-empty -am "${commitMessage}" -git tag "${commitSha}" -git push --tags +git push cd -