Skip to content
Discussion options

You must be logged in to vote

Hi @fridgedoors,

Taking a look at your repo I noticed that the structure is wrong, you need an index.html in the root.

Your structure is as follows:

/website
├── /.github/workflows
└── /HTML
├── /audio
├── /images
├── index.html
└── lyrics.html

This is how it should be:

/website
├── /.github/workflows
├── /audio
├── /images
├── index.html
└── lyrics.html

So basically you have to delete the HTML folder and put its contents in the root as shown above.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@fridgedoors
Comment options

@davevad93
Comment options

@fridgedoors
Comment options

@davevad93
Comment options

@aurielfritz27
Comment options

Answer selected by fridgedoors
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question Ask and answer questions about GitHub features and usage
5 participants