[skipci] chore: increase Node.js memory limit for documentation build

This commit is contained in:
BruceChen 2026-04-14 17:02:23 +00:00
parent 4013d39068
commit 8dccdaa7aa

View file

@ -73,7 +73,7 @@ jobs:
ACCESS_TOKEN: ${{ secrets.GH_PAGES_TOKEN }} ACCESS_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
TARGET_REPO: MCCTeam/MCCTeam.github.io TARGET_REPO: MCCTeam/MCCTeam.github.io
TARGET_BRANCH: master TARGET_BRANCH: master
BUILD_SCRIPT: yarn --cwd ./docs/ && yarn --cwd ./docs/ docs:build BUILD_SCRIPT: export NODE_OPTIONS=--max-old-space-size=8192 && yarn --cwd ./docs/ && yarn --cwd ./docs/ docs:build
BUILD_DIR: docs/.vuepress/dist BUILD_DIR: docs/.vuepress/dist
COMMIT_MESSAGE: Build from ${{ github.sha }} COMMIT_MESSAGE: Build from ${{ github.sha }}
CNAME: https://mccteam.github.io CNAME: https://mccteam.github.io