1
0
Fork 0

update darwin snapshots

This commit is contained in:
Matthias Kretschmann 2023-12-12 20:42:29 +00:00
parent aa4c57a42f
commit 2fd2c7d5ac
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 1 additions and 2 deletions

View File

@ -110,9 +110,8 @@ 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
- run: NODE_OPTIONS="--max-old-space-size=4096" npm run build
- name: Zip artifact for deployment
if: github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' && matrix.node == '18'
run: zip dist.zip ./dist -r

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 44 KiB