Skip to content

restore: bring back wxyc-is-hiring-new-djs-spring-2026.md to unblock Pages deploy#188

Merged
jakebromberg merged 1 commit into
mainfrom
fix/unblock-blog-prerender
Jun 14, 2026
Merged

restore: bring back wxyc-is-hiring-new-djs-spring-2026.md to unblock Pages deploy#188
jakebromberg merged 1 commit into
mainfrom
fix/unblock-blog-prerender

Conversation

@jakebromberg

Copy link
Copy Markdown
Member

Summary

  • Reverts a980469 (TinaCMS-bot delete of wxyc-is-hiring-new-djs-spring-2026.md) to unblock the Pages deploy.
  • The delete left TinaCloud's GraphQL index in a stale state: the file is gone from the repo but blogConnection still returns an edge for it. Resolving that edge fails the /blog prerender, which fails the static export. All 4 Pages deploys triggered by Julian's content edits last night (delete + 2 image uploads + new Teens in Trouble post) failed on this same error.
  • Re-running the latest workflow 14 hours later hit the same error, so TinaCloud is not self-healing on its own. Restoring the file makes the connection walk succeed so the queued content can ship. The hiring post can be deleted again via the Tina admin once the index is back in sync.

Failing run for reference: https://github.com/WXYC/website/actions/runs/27449471066

Test plan

  • npm ci clean
  • npm test — 59 / 59 pass
  • npm run lint — no new warnings vs main
  • npx tinacms dev + npx next build (local-mode build, same as PR CI) — /blog, /blog/[slug] (68 paths), /archive/[slug] (138 paths) all prerender successfully
  • Pages deploy on merge — confirms TinaCloud GraphQL resolves the restored edge

…Pages deploy

Reverts a980469. The delete left TinaCloud's GraphQL index in a stale state: the file is gone from the repo but blogConnection still returns an edge for it, and resolving that edge fails the /blog prerender, which fails the static export.

Re-running the workflow 14 hours later hit the same error, so TinaCloud is not self-healing. Restore the file so the connection walk succeeds and queued content (Teens in Trouble post + image) can deploy. Delete via the Tina admin again once the index is back in sync.
@jakebromberg jakebromberg merged commit 5a98bae into main Jun 14, 2026
1 check passed
@jakebromberg jakebromberg deleted the fix/unblock-blog-prerender branch June 14, 2026 04:34
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