Skip to content

Remove broken deploy button (404)#28129

Merged
elithrar merged 1 commit intoproductionfrom
opencode/issue27541-20260206034314
Feb 13, 2026
Merged

Remove broken deploy button (404)#28129
elithrar merged 1 commit intoproductionfrom
opencode/issue27541-20260206034314

Conversation

@ask-bonk
Copy link
Contributor

@ask-bonk ask-bonk bot commented Feb 6, 2026

The fix looks clean. The broken "Deploy to Cloudflare" button and its surrounding text have been removed from src/content/docs/workers/examples/cron-trigger.mdx:15-19.

Summary of the issue and fix:

  • The "Deploy to Cloudflare" button linked to https://github.com/cloudflare/docs-examples/tree/main/workers/cron-trigger, which returns a 404 because that directory does not exist in the cloudflare/docs-examples repository.
  • The repo has a workers/multiple-cron-triggers directory but no workers/cron-trigger directory.
  • Since there's no matching example to deploy, I removed the deploy button and its accompanying text entirely rather than pointing it at the wrong example.

Closes #27541

github run

Co-authored-by: elithrar <elithrar@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/workers/ @cloudflare/workers-docs, @GregBrimble, @irvinebroque, @mikenomitch, @korinne, @WalshyDev, @cloudflare/deploy-config, @cloudflare/pcx-technical-writing, @cloudflare/wrangler, @mattietk

@elithrar elithrar enabled auto-merge (squash) February 6, 2026 11:28
@elithrar elithrar merged commit f630093 into production Feb 13, 2026
12 checks passed
@elithrar elithrar deleted the opencode/issue27541-20260206034314 branch February 13, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:workers Related to Workers product size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cron Triggers deploy broken

8 participants