File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -854,10 +854,11 @@ jobs:
854854 run : ' [ -f /tmp/vitest-skip-warnings.txt ] && cat /tmp/vitest-skip-warnings.txt || true'
855855
856856 # ---------------------------------------------------------------------------
857- # Docs — deploy to Vercel (always, so e2e_cdn can test the live CDN )
857+ # Docs — deploy to Vercel (disabled while Vercel project is unavailable )
858858 # ---------------------------------------------------------------------------
859859 docs :
860860 name : Deploy Docs
861+ if : false
861862 runs-on : ubuntu-24.04-arm
862863 outputs :
863864 deployment_url : ${{ steps.deploy.outputs.url }}
@@ -963,7 +964,7 @@ jobs:
963964 # main → https://stripe-sync.dev/ | branch → unique preview URL
964965
965966 # ---------------------------------------------------------------------------
966- # E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy
967+ # E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy (disabled with docs)
967968 # ---------------------------------------------------------------------------
968969 e2e_cdn :
969970 name : E2E CDN
You can’t perform that action at this time.
0 commit comments