From fb8715150949a4d31750f5c682786356d210b495 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 24 Jan 2020 21:55:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3=20c?= =?UTF-8?q?i=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/deploy-cn.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/aio/deploy-cn.sh b/aio/deploy-cn.sh index 88d7eba15b..925b80586b 100755 --- a/aio/deploy-cn.sh +++ b/aio/deploy-cn.sh @@ -10,14 +10,6 @@ cd `dirname $0` yarn build -yarn preview > /tmp/preview.log & - -sleep 3; - -node ./tools/translator/bin/prerender.js - -killall -9 node - if [[ ! -d "./ng-docs.github.io" ]] then git clone https://asnowwolf:${GITHUB_ACCESS_TOKEN}@github.com/ng-docs/preview.angular.cn.git ./ng-docs.github.io