Why doesn't my own GitHub page show my project?

Viewed 385
3 Answers

I checked your repository on Github and all the Builds under Actions are marked as Failure with the following error under Deploy:

Error: No uploaded artifact was found!

Under Build I see this:

Error: fatal: No url found for submodule path 'weather-app' in .gitmodules Error: The process '/usr/bin/git' failed with exit code 128

You are using a submodule but I don't see a clickable link on the repository, are you sure that is correct ? Check if this submodule is correct, there is also an issue on Github Community about this topic.

I deleted that repo and created another. that un-clickable folder in previous repo was caused the 404 error. Because I had pushed that folder on GitHub once so it means It had had a .git file in it. Thank you every one I appreciate your helps

Related