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/27 10:14:09 UTC

[incubator-doris-website] 03/03: 1

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

commit 774b3c9e661814e3042eb82182f492cff07e6646
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri May 27 18:13:54 2022 +0800

    1
    
    1
---
 .github/workflows/manual-deploy-website.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/manual-deploy-website.yml b/.github/workflows/manual-deploy-website.yml
index 5c2407f094..d358f6d2d7 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -36,6 +36,8 @@ 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 -g increase-memory-limit
+        increase-memory-limit
         export NODE_OPTIONS="--max-old-space-size=4096" && npm install && npm run build
         touch .vuepress/dist/.dummy
         ls .vuepress/dist/


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