Skip to content

Commit

Permalink
fix: ignore workspace warning in deploy-dbt-docs (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored May 24, 2024
1 parent 3f40a49 commit ece2300
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-dbt-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ece2300

Please sign in to comment.