mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
docs: add 0.11 docs to docs site (#8813)
Co-authored-by: Indy Prentice <iprentic@users.noreply.github.com>
This commit is contained in:
parent
486bd861d2
commit
5a0ce38bc6
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@ -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
|
||||
|
||||
@ -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']
|
||||
|
||||
}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
[
|
||||
"0.11.0",
|
||||
"0.10.5"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user