mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-26 09:35:23 +00:00
fix(docs): fix docs build (#10129)
This commit is contained in:
parent
f726135673
commit
5195d3a952
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user