Skip to content

Commit 0cd9e36

Browse files
committed
fix(deploy): rebuild the docs index for the new guides, and trigger on every path the edge bundle imports
The Pages Functions bundle imports src/mcp, src/scrapers/twitter/http and two files under api/, but the deploy workflow did not watch any of them, so a change to a tool definition or a GraphQL query ID shipped nothing and the edge kept running the previous bundle. The retrieval index feeds both the Ask page and the MCP server's documentation search and resources, so a new guide that is not in it is invisible to every agent that connects. Rebuilt: 5208 chunks, including the hosted MCP guide.
1 parent 0435c55 commit 0cd9e36

2 files changed

Lines changed: 284 additions & 203 deletions

File tree

.github/workflows/deploy-cloudflare.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ on:
2121
- 'src/video/**'
2222
- 'src/ask/**'
2323
- 'src/edge/**'
24+
- 'src/mcp/**'
25+
- 'src/scrapers/twitter/http/**'
26+
- 'api/openapi.js'
27+
- 'api/config/**'
28+
- 'packages/x402-mcp/**'
2429
- 'deploy/cloudflare/**'
2530
- 'llms.txt'
2631
- 'llms-full.txt'

0 commit comments

Comments
 (0)