chore: remove Vercel docs deploy CI jobs#360
Conversation
Agent-Logs-Url: https://github.com/stripe/sync-engine-fork/sessions/cd9648bf-cb04-4410-915a-0c8b46e2bf0a Co-authored-by: kdhillon-stripe <243457111+kdhillon-stripe@users.noreply.github.com>
|
|
1 similar comment
|
|
There was a problem hiding this comment.
Pull request overview
Removes the obsolete GitHub Actions CI jobs that deployed the docs site to Vercel and then ran CDN E2E tests against that deployment, since the Vercel project no longer exists.
Changes:
- Deleted the
docsworkflow job that built and deployeddocs/(including slides + visualizer) to Vercel. - Deleted the
e2e_cdnworkflow job that depended on the Vercel deployment URL to run CDN integration tests.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tonyxiao
left a comment
There was a problem hiding this comment.
should bring this back some point. but sog for now
Reverts back to 5024aac (change soft to hard delete). Reverted commits: - 921fe63 Add source and destination for custom object support (#356) - 95eaaa9 chore: remove Vercel docs deploy CI jobs (#360) - 822000f squash (#352) Committed-By-Agent: claude Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
The Vercel project that hosted the docs site no longer exists. Removes the two CI jobs that depended on it:
docs— built and deployed docs/slides/visualizer to Vercel on every run (VERCEL_TOKEN,VERCEL_ORG_ID,VERCEL_PROJECT_ID)e2e_cdn— ran CDN integration tests against the Vercel deployment URL (stripe-sync.dev/stripe-api-specs)No other jobs had a
needsdependency on either.How to test (optional)
Related
Original prompt
This pull request was created from Copilot chat.