Functions not being Executed
I am trying to publish a site to pages from a github action using https://github.com/cloudflare/pages-action. When I do that and provide
build/docs as the directory, the build/docs/functions directory inside of build/docs does not seem to be picked up even though the rest of the site deploys. What am I doing wrong? Does the functions directory need to be at the root of the repo?