Skip to content

Commit d7e4b08

Browse files
rob-balfreclaude
andcommitted
fix(ci): point Cloudflare deploy at adapter-cloudflare output dir
The docs adapter switched from adapter-static to adapter-cloudflare in 1a25f6c, but the release workflow still ran `pages deploy build`. adapter-cloudflare writes to `.svelte-kit/cloudflare/` (matching the `pages_build_output_dir` declared in apps/docs/wrangler.toml), so the deploy step ENOENT'd on the missing build/. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d74e5d1 commit d7e4b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ jobs:
108108
# --branch=main is required because Actions checks out a detached SHA,
109109
# so wrangler would otherwise fall back to a "head" preview alias
110110
# instead of promoting to the dryui.dev production env.
111-
command: pages deploy build --project-name=dryui-docs --branch=main
111+
command: pages deploy .svelte-kit/cloudflare --project-name=dryui-docs --branch=main

0 commit comments

Comments
 (0)