From f431b5dfc3de8e809933d1fffc95789d700d15d7 Mon Sep 17 00:00:00 2001 From: Luis Castro Date: Fri, 14 Aug 2026 09:04:55 -0400 Subject: [PATCH] ci(docs): skip netlify build detection, deploy the prebuilt dir netlify deploy runs a build by default and its framework autodetection chokes on the monorepo (Detected commands for: Hydrogen, Remix). The site is already built by nx; --no-build uploads dist as-is. Co-Authored-By: Claude Fable 5 --- .github/workflows/deploy-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c00f0a6..638dbe9 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,6 +36,7 @@ jobs: run: > pnpm dlx --package=netlify-cli netlify deploy --prod + --no-build --dir dist/apps/docs/analog/public --message "${{ github.event_name }}: ${{ github.sha }}" env: