chore: remove increase swap action (#8970)

Now that we generate only a single version and use swc
we should not need increased swap space.
This commit is contained in:
Alex Rudenko 2022-09-16 11:55:20 +02:00 committed by GitHub
parent 5a10de422a
commit 58c6eab429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,10 +104,6 @@ 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: