chore: try increasing swap size for website generator (#8745)

This commit is contained in:
Alex Rudenko 2022-08-06 14:59:47 +02:00 committed by GitHub
parent eb6470931b
commit 9588072a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,10 @@ jobs:
- name: Install dependencies
working-directory: ./website
run: npm ci
- name: Increase swap space
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
with:
swap-size-gb: 10
- name: Build website
working-directory: ./website
env: