Site deployment issue

I made a website using the hugo-coder theme and It is able to open locally but not from github pages, the deployment issue keeps ending up with exit code 1, I feel like Ive tried everything I know, to the best of my abilities, but still unable to make it work, please help

You have the actual Hugo site within a sub dir “Adrsh-site4”, move it to the root instead.

You also have two “.github/workflows” dirs, on in root (correct) and one within sub dir “Adrsh-site4”.

I moved all the files to the root with the similar 404 screen after I deployed it

I suspect the “static.yml” workflow overwrites “hugo.yaml”.

Try to delete “static.yml” and see if that fixes the issue.

thank you, it worked