We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f25b2f commit d68fdabCopy full SHA for d68fdab
1 file changed
.github/workflows/deploy.yml
@@ -29,6 +29,8 @@ jobs:
29
- name: Install dependencies
30
run: bun install
31
- name: Build with Rspress
32
+ env:
33
+ NODE_OPTIONS: --max-old-space-size=8192
34
run: |
35
bun run deploy
36
- name: Upload artifact
0 commit comments