mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
[skipci] chore: increase Node.js memory limit for documentation build
This commit is contained in:
parent
4013d39068
commit
8dccdaa7aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-doc-only.yml
vendored
2
.github/workflows/deploy-doc-only.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue