From 868aabeac21ac8d61c69c701faed7b66e6ff6b69 Mon Sep 17 00:00:00 2001 From: jev forsberg Date: Tue, 11 Mar 2025 17:02:28 -0600 Subject: [PATCH] Revert "baldm0mma/ annotate mem lim" This reverts commit 10621c40d3729ac4cc7c32b2768f2cf26390f940. --- .github/workflows/pr-lint-build-docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-lint-build-docs.yml b/.github/workflows/pr-lint-build-docs.yml index 056cf593afc..4a3154e2a76 100644 --- a/.github/workflows/pr-lint-build-docs.yml +++ b/.github/workflows/pr-lint-build-docs.yml @@ -28,7 +28,6 @@ jobs: - name: Lint docs run: yarn run prettier:checkDocs env: - # Increase the memory limit for Node.js processes to 8GB to handle the larger docs files NODE_OPTIONS: --max_old_space_size=8192 - name: Build docs website