restore: bring back wxyc-is-hiring-new-djs-spring-2026.md to unblock Pages deploy#188
Merged
Merged
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wxyc-is-hiring-new-djs-spring-2026.md) to unblock the Pages deploy.blogConnectionstill returns an edge for it. Resolving that edge fails the/blogprerender, 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.Failing run for reference: https://github.com/WXYC/website/actions/runs/27449471066
Test plan
npm cicleannpm test— 59 / 59 passnpm run lint— no new warnings vsmainnpx tinacms dev+npx next build(local-mode build, same as PR CI) —/blog,/blog/[slug](68 paths),/archive/[slug](138 paths) all prerender successfully