I’m trying to set up pages with a simple static site that does not use any kind of framework - it is just an index.html page and a javascript file (along with some image assets). I have successfully linked my cloudflare account and moved to the build process. On the settings page I chose “None” for framework preset, “exit 0” for my build command, and left the build output directory blank.
When I save and deploy the build environment I get this:
07:54:01.458 Initializing build environment. This may take up to a few minutes to complete
07:54:33.747 Success: Finished initializing build environment
07:54:33.747 Cloning repository…
07:54:35.548 Failed: an internal error occurred
Is there a way for me to troubleshoot this?
thanks!