Skip to content

Commit 8c7b8fa

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

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
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
- name: Install And Build
1515
run: |+
16-
NODE_OPTIONS="--max-old-space-size=1024"
1716
npm install --legacy-peer-deps
1817
npm run build
18+
NODE_OPTIONS="--max-old-space-size=4096"
1919
npm run docs:build
2020
- name: Deploy
2121
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)