We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab308c8 commit c868461Copy full SHA for c868461
1 file changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-node@v4
24
with:
25
node-version: 22
26
- cache: 'npm'
+ cache: "npm"
27
28
- name: Install dependencies
29
run: npm ci
@@ -37,7 +37,8 @@ jobs:
37
- name: Build site
38
run: npm run build
39
env:
40
- NODE_OPTIONS: --max-old-space-size=4096
+ NODE_OPTIONS: --max-old-space-size=6144
41
+ GENERATE_SOURCEMAP: false
42
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@v3
0 commit comments