Skip to content

Commit c868461

Browse files
committed
Increased memory and disabled sourcemap to get to build
1 parent ab308c8 commit c868461

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: 22
26-
cache: 'npm'
26+
cache: "npm"
2727

2828
- name: Install dependencies
2929
run: npm ci
@@ -37,7 +37,8 @@ jobs:
3737
- name: Build site
3838
run: npm run build
3939
env:
40-
NODE_OPTIONS: --max-old-space-size=4096
40+
NODE_OPTIONS: --max-old-space-size=6144
41+
GENERATE_SOURCEMAP: false
4142

4243
- name: Upload artifact
4344
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)