docs: temporary fix for memory error that occurs during build (#2584)

* docs: temporary fixes for build error

* docs: added env variable to the build step

* docs: undo unnecessary updates
This commit is contained in:
Shahed Nasser
2022-11-10 14:04:34 +02:00
committed by GitHub
parent 51c4cdd978
commit 8f39ee26d9
6 changed files with 528 additions and 15 deletions

View File

@@ -29,11 +29,15 @@ jobs:
with:
extension: docs
- name: Install Docusaurus dependencies
working-directory: www/docs
run: yarn install
- name: Build Docusaurus website
run: |
cd www/docs
yarn install
yarn build
working-directory: www/docs
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn build
lint:
runs-on: ubuntu-latest
steps: