From 088133b2ee8b0eb84ee8dffcb640ab0f5d38906a Mon Sep 17 00:00:00 2001 From: matthew-pilot Date: Thu, 28 May 2026 15:50:03 +0000 Subject: [PATCH] docs: remove stale deploy-website GitHub Action reference (PILOT-169) The README referenced a 'deploy-website' GitHub Action that does not exist in this repo. Deployments are handled via wrangler pages deploy to Cloudflare Pages, as documented in repos.yaml. Closes PILOT-169 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e667421f..df577624 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ npm run deploy # wrangler deploy ## Deploy -Pushed via the `deploy-website` GitHub Action when commits land on -`main`. +Pushed to Cloudflare Pages via `wrangler pages deploy --branch=main`. +See the [docs](https://developers.cloudflare.com/pages/) for details. ## License