Increase memory (like c9270568) on deploy action too.

This commit is contained in:
Billy Tat
2023-06-08 14:52:35 -07:00
parent afeab01100
commit b20aadcb86
+2
View File
@@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
env:
NODE_OPTIONS: "--max_old_space_size=6144"
run: yarn build --no-minify
# Popular action to deploy to GitHub Pages: