docs: add 0.11 docs to docs site (#8813)

Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
This commit is contained in:
Harshal Sheth 2023-09-11 13:29:31 -07:00 committed by GitHub
parent 486bd861d2
commit 5a0ce38bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip
- name: Install Python dependencies
run: ./metadata-ingestion/scripts/install_deps.sh
- name: Build Docs

View File

@ -119,6 +119,10 @@ task yarnBuild(type: YarnTask, dependsOn: [yarnLint, yarnGenerate, downloadHisto
outputs.dir("dist")
// tell gradle to apply the build cache
outputs.cacheIf { true }
// See https://stackoverflow.com/questions/53230823/fatal-error-ineffective-mark-compacts-near-heap-limit-allocation-failed-java
// and https://github.com/facebook/docusaurus/issues/8329.
// TODO: As suggested in https://github.com/facebook/docusaurus/issues/4765, try switching to swc-loader.
environment = ['NODE_OPTIONS': '--max-old-space-size=10248']
args = ['run', 'build']
}

View File

@ -1,3 +1,4 @@
[
"0.11.0",
"0.10.5"
]