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:
12
.github/workflows/docs-test.yml
vendored
12
.github/workflows/docs-test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user