mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
increase memory limit for build action
This commit is contained in:
parent
ee2611442c
commit
b5e9e8eaf3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -110,6 +110,7 @@ jobs:
|
||||
path: ${{ github.workspace }}/.astro
|
||||
key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('content/**/*.jpg', 'content/**/*.png') }}
|
||||
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-
|
||||
- run: export NODE_OPTIONS=--max_old_space_size=4096
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- name: Zip artifact for deployment
|
||||
|
Loading…
Reference in New Issue
Block a user