Skip to content

fix(ci): remove deleted worker deploy job#227

Merged
polaz merged 2 commits intomainfrom
fix/#226-remove-worker-deploy
Jan 25, 2026
Merged

fix(ci): remove deleted worker deploy job#227
polaz merged 2 commits intomainfrom
fix/#226-remove-worker-deploy

Conversation

@polaz
Copy link
Copy Markdown
Member

@polaz polaz commented Jan 25, 2026

Summary

  • Remove deploy-worker job from docs workflow that references deleted docs/worker directory

Problem

PR #223 removed docs/worker directory (moved to shared bug-reports-worker), but forgot to remove the corresponding CI job. This breaks the Deploy Documentation workflow.

Test plan

  • CI workflow passes without the deleted job

Fixes #226

The docs/worker directory was removed in PR #223,
but the deploy-worker job remained in the workflow.

Fixes #226
Copilot AI review requested due to automatic review settings January 25, 2026 19:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the orphaned deploy-worker job from the documentation workflow after PR #223 moved the Cloudflare worker to a shared repository. The workflow was failing because it referenced the deleted docs/worker directory.

Changes:

  • Remove the deploy-worker job and its Cloudflare deployment steps from the documentation workflow

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@polaz polaz merged commit f33f3ba into main Jan 25, 2026
15 checks passed
@polaz polaz deleted the fix/#226-remove-worker-deploy branch January 25, 2026 19:07
sw-release-bot bot pushed a commit that referenced this pull request Jan 25, 2026
## [6.48.1](v6.48.0...v6.48.1) (2026-01-25)

### Bug Fixes

* **ci:** remove deleted worker deploy job ([#227](#227)) ([f33f3ba](f33f3ba)), closes [#223](#223) [#226](#226)
* **docs:** track SPA navigation in Google Analytics ([#221](#221)) ([252f0be](252f0be)), closes [#220](#220)
@sw-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 6.48.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Remove deleted worker deploy job from docs workflow

2 participants