From 1cdf4618b3b5a6026b3255daab49d0c620a7a85e Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 26 Nov 2025 00:19:14 +0800 Subject: [PATCH] fix(ci): incorrect Cloudflare Pages id --- .github/workflows/deploy-cloudflare-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-cloudflare-pages.yml b/.github/workflows/deploy-cloudflare-pages.yml index 7bf6f2e47..c4a285d8d 100644 --- a/.github/workflows/deploy-cloudflare-pages.yml +++ b/.github/workflows/deploy-cloudflare-pages.yml @@ -23,7 +23,7 @@ jobs: - app: stage-web environment_name: Production environment_url: https://airi.moeru.ai/docs/ - cloudflare_pages_id: proj-airi + cloudflare_pages_id: moeru-ai-airi dist_directory: ./apps/stage-web/dist command: | pnpm -F @proj-airi/stage-web run build