From ece23008e83bfed85b7e970ce164315ec47fe99f Mon Sep 17 00:00:00 2001 From: Raymond Cheng Date: Fri, 24 May 2024 10:01:22 -0700 Subject: [PATCH] fix: ignore workspace warning in deploy-dbt-docs (#1524) --- .github/workflows/deploy-dbt-docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-dbt-docs.yml b/.github/workflows/deploy-dbt-docs.yml index acbf4d447..946495055 100644 --- a/.github/workflows/deploy-dbt-docs.yml +++ b/.github/workflows/deploy-dbt-docs.yml @@ -61,6 +61,9 @@ jobs: - name: Build run: pnpm build:dbt:docs + # This is necessary because wrangler tries to install at monorepo root + - run: echo "ignore-workspace-root-check=true" >> .npmrc + - name: Publish uses: cloudflare/wrangler-action@v3 with: