We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9939e commit 81be546Copy full SHA for 81be546
1 file changed
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
# 构建
49
- name: Build VitePress
50
env:
51
- NODE_OPTIONS: --max-old-space-size=20480
+ NODE_OPTIONS: --max-old-space-size=15360
52
run: pnpm docs:build
53
54
- name: Upload artifact
0 commit comments