fix(docs): fix docs build (#10129)

This commit is contained in:
RyanHolstien 2024-03-25 17:33:39 -05:00 committed by GitHub
parent f726135673
commit 5195d3a952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -47,7 +47,11 @@ jobs:
run: ./metadata-ingestion/scripts/install_deps.sh
- name: Build Docs
run: |
./gradlew --info docs-website:build
./gradlew --info docs-website:build \
-x :metadata-ingestion-modules:airflow-plugin:build \
-x :metadata-ingestion-modules:airflow-plugin:check \
-x :metadata-ingestion-modules:dagster-plugin:build \
-x :metadata-ingestion-modules:dagster-plugin:check \
- name: Deploy
if: github.event_name == 'push' && github.repository == 'datahub-project/datahub'

View File

@ -1,5 +1,5 @@
{
"buildCommand": "./gradlew -PuseSystemNode=true :docs-website:build",
"buildCommand": "./gradlew -PuseSystemNode=true :docs-website:build -x :metadata-ingestion-modules:dagster-plugin:build -x :metadata-ingestion-modules:dagster-plugin:check",
"github": {
"silent": true,
"autoJobCancelation": true