Skip to content

Commit

Permalink
fix(docs): fix docs build (datahub-project#10129)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien authored and sleeperdeep committed Jun 25, 2024
1 parent d870ef3 commit 797a6f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 797a6f3

Please sign in to comment.