mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
update darwin snapshots
This commit is contained in:
parent
aa4c57a42f
commit
2fd2c7d5ac
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -110,9 +110,8 @@ jobs:
|
|||||||
path: ${{ github.workspace }}/.astro
|
path: ${{ github.workspace }}/.astro
|
||||||
key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('content/**/*.jpg', 'content/**/*.png') }}
|
key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('content/**/*.jpg', 'content/**/*.png') }}
|
||||||
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-
|
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-
|
||||||
- run: export NODE_OPTIONS=--max_old_space_size=4096
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: NODE_OPTIONS="--max-old-space-size=4096" npm run build
|
||||||
- name: Zip artifact for deployment
|
- name: Zip artifact for deployment
|
||||||
if: github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' && matrix.node == '18'
|
if: github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' && matrix.node == '18'
|
||||||
run: zip dist.zip ./dist -r
|
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 |
Loading…
Reference in New Issue
Block a user