From 3f85a741737e220077cecb60a901c39cdce708c6 Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque Date: Mon, 8 Jul 2024 08:03:02 -0700 Subject: [PATCH] wrangler pages publish => wrangler pages deploy refs https://github.com/cloudflare/wrangler-action/issues/275 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a63f38e..dca12c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,7 +46,7 @@ try { $ export CLOUDFLARE_ACCOUNT_ID="${accountId}" } - $$ npx wrangler@${wranglerVersion} pages publish "${directory}" --project-name="${projectName}" --branch="${branch}" + $$ npx wrangler@${wranglerVersion} pages deploy "${directory}" --project-name="${projectName}" --branch="${branch}" `; const response = await fetch(