Skip to content

Commit

Permalink
chore: try increasing swap size for website generator (#8745)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Aug 6, 2022
1 parent eb64709 commit 9588072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9588072

Please sign in to comment.