mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-27 10:04:52 +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
|
run: ./metadata-ingestion/scripts/install_deps.sh
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: |
|
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
|
- name: Deploy
|
||||||
if: github.event_name == 'push' && github.repository == 'datahub-project/datahub'
|
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": {
|
"github": {
|
||||||
"silent": true,
|
"silent": true,
|
||||||
"autoJobCancelation": true
|
"autoJobCancelation": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user