fix: replace dead pages-build-deployment badge - #542
Conversation
The weekly link check failed because README.md linked to https://github.com/tschm/cs/actions/workflows/pages/pages-build-deployment, which 404s. GitHub Pages for this repo uses build_type "workflow" (deployed by rhiza_book.yml), so the classic pages-build-deployment workflow does not exist here. Point the badge at the Book workflow instead. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe README book badge now links to and displays the status of the ChangesBook badge workflow
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The README badge now points to the repository's active Book workflow instead of a dead Pages deployment endpoint; this is a localized documentation-only change with no actionable merge-blocking risk remaining. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Problem
The weekly link check (run 32705080000) failed with a single lychee error:
Cause
gh api repos/tschm/cs/pagesreports"build_type": "workflow"— Pages is deployed by.github/workflows/rhiza_book.yml, not by the classicpages-build-deploymentjob. That workflow does not exist for this repo, so both the badge image and its link were dead.Fix
Point the badge at the Book workflow instead. All URLs in
README.mdwere then checked and return 200.🤖 Generated with Claude Code
Summary by CodeRabbit