From 9588072a2861967f71e6c969d0ac70011bdd0443 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Sat, 6 Aug 2022 14:59:47 +0200 Subject: [PATCH] chore: try increasing swap size for website generator (#8745) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9609367088b18..06d0e17d60dcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: