Skip to content

Fix docs deploy deadlock for new pages#140

Merged
petermuehlbacher merged 1 commit intomainfrom
fix/docs-link-checker-self-referential
Feb 12, 2026
Merged

Fix docs deploy deadlock for new pages#140
petermuehlbacher merged 1 commit intomainfrom
fix/docs-link-checker-self-referential

Conversation

@petermuehlbacher
Copy link
Contributor

Summary

  • The link checker HTTP-checks canonical/OG URLs against the live site, but new pages don't exist there yet — creating a chicken-and-egg problem where the deploy is blocked forever
  • For everyrow.io/docs/... links, check against the build output first so new pages can deploy successfully
  • Links to pages that don't exist in the build still get HTTP-checked as before

This unblocks the deploy for #138 (the new deep-research-bench-pareto-analysis notebook).

🤖 Generated with Claude Code

The link checker HTTP-checks canonical/OG URLs against the live site,
but new pages don't exist there yet — creating a chicken-and-egg problem
where the deploy is blocked forever. For everyrow.io /docs links, check
against the build output first so new pages can deploy successfully.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@petermuehlbacher petermuehlbacher merged commit b017bb8 into main Feb 12, 2026
3 checks passed
@petermuehlbacher petermuehlbacher deleted the fix/docs-link-checker-self-referential branch February 12, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant