`npx wrangler deploy` not working with jekyll build

For Workers & Pages, what is the name of the domain?

shingjan.yj-539.workers.dev

What is the error number?

wrangler-2025-03-04_09-45-19_984.log

What is the error message?

[ERROR] Missing entry-point: The entry-point should be specified via the command line (e.g. wrangler deploy path/to/script) or the main config field.

What is the issue or error you’re encountering

can’t use wrangler to deploy the jekyll-built static website I have when I tried to move from github pages to cloudflare pages

What steps have you taken to resolve the issue?

  1. try to deploy in _site
  2. try to create a wrangler.toml file from npx wrangler pages download config PROJECT_NAME: PROJECT_NAME not found

I can repro this error locally so I am guessing this has something to do with the wrangler config but I am completely new on this so any help would be appreciated!