Closed FrancescoSaverioZuppichini closed 6 months ago
Hi there,
When deploying your pages site using wrangler action, you can specify your project name in the command line arguments like so --project-name=example
. It's also possible to specify your project-name in the wrangler.toml
, however from your build logs it looks as though there may have been some parsing errors when parsing your configuration file.
I'd also recommend updating to the latest version of wrangler action. Please see https://github.com/cloudflare/wrangler-action?tab=readme-ov-file#deploy-your-pages-site-production--preview for further reference on pages deployments using wrangler-action!
Dear all,
Running the action on my CI/CD results in the following error
The
yml
file is:While, when I run the command locally
Everything is fine
Thanks a lot β€οΈ
Cheers,
Fra