Skip to content

Commit 38a22e8

Browse files
authored
Update GHPages.yml
1 parent 8c7b8fa commit 38a22e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |+
1616
npm install --legacy-peer-deps
1717
npm run build
18-
NODE_OPTIONS="--max-old-space-size=4096"
18+
export NODE_OPTIONS="--max-old-space-size=8192"
1919
npm run docs:build
2020
- name: Deploy
2121
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)