Closed realguse closed 4 months ago
according to https://github.com/cloudflare/pages-action/issues/131#issuecomment-2203648174 the pages-action is going to be deprecated. Would be great to have some clarity about this
ok, since its going to be deprecated, ill just switch to the wrangler action anyways.
Which Cloudflare product(s) does this pertain to?
Pages, Other
What version(s) of the tool(s) are you using?
wrangler v3.63.1
What version of Node are you using?
v20.13.1
What operating system and version are you using?
macOs Sonoma 14.6 beta (23G5061b)
Describe the Bug
Observed behavior
When using
cloudflare/pages-action
it throws a warning saying thatwrangler pages publish
will be removed in the next major release and to usewrangler pages deploy
instead.Expected behavior
cloudflare/pages-action
should use the commandwrangler pages deploy
instead.Steps to reproduce
Have a cloudflare project with wrangler, a git repo with a workflow using
cloudflare/pages-action
and a cloudflare page of course.Then try to run the workflow and look for a warning like this:
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response