Dashboard › craft › Cloudflare artifact layout wrangler.jso…
019fccb7-b239-7862-8027-b4f3d31f39a1When deploying docs via Cloudflare Workers from CI artifacts, package wrangler.jsonc and dist/ at the archive ROOT (not nested). This matches Wrangler’s expectation for project root during versions upload. A nested layout looks reasonable (artifact subdir) but causes misresolution of config/assets at deploy time. Fix: cd apps/cli-docs && zip -r $OUT wrangler.jsonc dist so both sit at top-level.