You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/05/30 05:59:21 UTC

[incubator-doris-website] branch master updated: fix

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f0548b57f fix
1f0548b57f is described below

commit 1f0548b57fe96017a7f324e18c0cf8cb3294fb15
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Mon May 30 13:59:09 2022 +0800

    fix
    
    fix
---
 .github/workflows/cron-deploy-website.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml
index 28e6b71b44..2c5fe42882 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -29,13 +29,9 @@ jobs:
         sed -i "s/BUILDING_BRANCH\.length > 0/BUILDING_BRANCH\.length > 0 \&\& BUILDING_BRANCH !== 'master'/g" .vuepress/config.js
         sed -i 's/en\///g' en/README.md
         mv en/* ./
-
-        npm install && npm run build
         npm install -g increase-memory-limit
         increase-memory-limit
-
         export NODE_OPTIONS="--max-old-space-size=6144" && npm install && npm run build
-
         touch .vuepress/dist/.dummy
         ls .vuepress/dist/
         export DORIS_COMMIT=`git rev-parse HEAD`


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org