If I have a repository with one file and one folder, as listed below:
- index.html
- folder
The folder contains another file named:
- work.html
My goal is to access the folder website using only the link:
username.github.io/repositoryname/folder
Instead of:
username.github.io/repositoryname/folder/work.html
Is there a way to accomplish this?