Skip to content

fix(worker): repoint pilot-publish at pilot-protocol/website with post-extraction paths#103

Merged
TeoSlayer merged 1 commit into
mainfrom
fix/publish-worker-post-extraction
Jul 7, 2026
Merged

fix(worker): repoint pilot-publish at pilot-protocol/website with post-extraction paths#103
TeoSlayer merged 1 commit into
mainfrom
fix/publish-worker-post-extraction

Conversation

@TeoSlayer

Copy link
Copy Markdown
Contributor

The publish worker was imported verbatim from the monorepo era: it
committed blog posts to TeoSlayer/pilotprotocol (old owner, survives
only via redirect) under web/src/... paths that no longer exist
anywhere — the website extraction moved content to src/pages, src/data
and public/. Every publish through this worker has been broken since;
recent posts landed via hand-made PRs instead.

  • wrangler.toml: GITHUB_OWNER pilot-protocol, GITHUB_REPO website
  • index.ts: web/src/pages/blog → src/pages/blog, web/public/blog/banners
    → public/blog/banners, web/src/data/blogPosts.ts → src/data/blogPosts.ts

All 88 worker tests pass. Note: the deployed worker's GITHUB_TOKEN
secret may be scoped to the old repo — if publishes 403 after deploy,
re-mint it with contents:write on pilot-protocol/website.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

…t-extraction paths

The publish worker was imported verbatim from the monorepo era: it
committed blog posts to TeoSlayer/pilotprotocol (old owner, survives
only via redirect) under web/src/... paths that no longer exist
anywhere — the website extraction moved content to src/pages, src/data
and public/. Every publish through this worker has been broken since;
recent posts landed via hand-made PRs instead.

- wrangler.toml: GITHUB_OWNER pilot-protocol, GITHUB_REPO website
- index.ts: web/src/pages/blog → src/pages/blog, web/public/blog/banners
  → public/blog/banners, web/src/data/blogPosts.ts → src/data/blogPosts.ts

All 88 worker tests pass. Note: the deployed worker's GITHUB_TOKEN
secret may be scoped to the old repo — if publishes 403 after deploy,
re-mint it with contents:write on pilot-protocol/website.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🚀 Preview deployed to Cloudflare Pages

  • Commit deploy URL: https://15ef1ebf.pilotprotocol.pages.dev
  • Branch alias: https://fix/publish-worker-post-extraction.pilotprotocol.pages.dev (may take ~30s to propagate)
  • Commit: 6f8c5995918d040291180b2a034a9bd2b0d03728

@TeoSlayer
TeoSlayer merged commit b7297c3 into main Jul 7, 2026
3 checks passed
@TeoSlayer
TeoSlayer deleted the fix/publish-worker-post-extraction branch July 13, 2026 07:57
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.

2 participants