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 9b848da23cba1f8ef700dc23720de577b2ed3349 Author: jiafeng.zhang <[email protected]> AuthorDate: Fri May 27 18:07:39 2022 +0800 JavaScript heap out of memory JavaScript heap out of memory --- .github/workflows/cron-deploy-website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cron-deploy-website.yml b/.github/workflows/cron-deploy-website.yml index b2bed40dbd..f3a902e022 100644 --- a/.github/workflows/cron-deploy-website.yml +++ b/.github/workflows/cron-deploy-website.yml @@ -30,6 +30,8 @@ jobs: sed -i 's/en\///g' en/README.md mv en/* ./ npm install && npm run build + npm install -g increase-memory-limit + increase-memory-limit touch .vuepress/dist/.dummy ls .vuepress/dist/ export DORIS_COMMIT=`git rev-parse HEAD` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
