From be025fcc0dc20d3ee81bd882eac4d6c398093d33 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Fri, 10 Mar 2023 16:27:13 -0500 Subject: [PATCH] [CI] Increase memory for failing Pre-docs-Publish workflow step The previously set amount seems to not be sufficient anymore. Fixes #12285 Signed-off-by: Marc Dumais --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 75d9bbef0fca6..2d21d5fca1d55 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -150,7 +150,7 @@ jobs: run: | yarn docs env: - NODE_OPTIONS: --max_old_space_size=8196 + NODE_OPTIONS: --max_old_space_size=9216 - name: Publish GH Pages uses: peaceiris/actions-gh-pages@v3