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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
