Page Not Found after successful deployment and index.html added in repository

I see a successful deployment build, however when I click on my domain address, I see no page found. The index.html file is uploaded in the master branch of my repository, but I do not see it inside the deployment zip. I am not sure where I am going wrong here.

Hi @shreyasaha1997

Can you share the repository you are deploying from and the build settings you are using?

For some reason, you’re installing Node Modules again inside your build script: Netlify App

Change it simply to npm run build.