Github pages doesn't read the .html and .js inside a folder

Viewed 144

I want to upload some webpage to test GitHub pages but I have a problem because it just shows the index.html and not the style.css and script.js that are inside the style and scripts folders.

enter image description here

I already have my link. enter image description here

2 Answers

Well, the solution was... I have just to put "./" before every root I have taken.

This is probably the side-effect of a recent GitHub incident

GitHub Pages is now experiencing degraded performance. We are continuing to investigate.

While the incident has been resolved, GitHub pages are not processed immediately.
Hopefully, performance will improve.

Related