Skip to content

Commit

Permalink
docs: add 0.11 docs to docs site (#8813)
Browse files Browse the repository at this point in the history
Co-authored-by: Indy Prentice <[email protected]>
  • Loading branch information
hsheth2 and iprentic authored Sep 11, 2023
1 parent 486bd86 commit 5a0ce38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs-website/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']

}
Expand Down
1 change: 1 addition & 0 deletions docs-website/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[
"0.11.0",
"0.10.5"
]

0 comments on commit 5a0ce38

Please sign in to comment.