Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -854,10 +854,11 @@ jobs:
run: '[ -f /tmp/vitest-skip-warnings.txt ] && cat /tmp/vitest-skip-warnings.txt || true'

# ---------------------------------------------------------------------------
# Docs — deploy to Vercel (always, so e2e_cdn can test the live CDN)
# Docs — deploy to Vercel (disabled while Vercel project is unavailable)
# ---------------------------------------------------------------------------
docs:
name: Deploy Docs
if: false
runs-on: ubuntu-24.04-arm
outputs:
deployment_url: ${{ steps.deploy.outputs.url }}
Expand Down Expand Up @@ -963,10 +964,11 @@ jobs:
# main → https://stripe-sync.dev/ | branch → unique preview URL

# ---------------------------------------------------------------------------
# E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy
# E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy (disabled with docs)
# ---------------------------------------------------------------------------
e2e_cdn:
name: E2E CDN
if: false
needs: [docs]
runs-on: ubuntu-24.04-arm

Expand Down
Loading