It is a simple program but i dont understand where i did something wrong.
I do have html.index in my program.
https://peppy-fudge-9b177a.netlify.app/
Page Not Found
Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.
I deployed it manually and it worked.What is the problem with deploying from github ?
gualter
September 14, 2022, 3:50pm
2
Hello @Ertugrul
You don’t seem to have the publish directory set up:
and since your root folder does not contain an index.html, your site is served incorrectly. Please set the publish directory to match the one containing the index.html
file.
Also, here’s a great list of Support Guides around builds you may want to check:
We want to help you build and deploy your site as easily as possible. Our team has written numerous support guides on frequently encountered problems during builds, build/deploy behaviour, drag and drop deploys, and more. In an effort to streamline your searching, we have compiled a list of our Support Guides related to builds and deploys. Each guide contains a ton of useful debugging tips that can likely help you solve your problem.
Troubleshooting and high-level debugging
Frequently encounte…
Hope this helps!