Suppose I have in 1 file and 1 folder in my repository :-
- index.html
- folder
Folder contains again 1 file namely :
- work.html
Now I want to open folder website with link only of
username.github.io/repositoryname/folder
Not as
username.github.io/repositoryname/folder/work.html
Is there any way to achieve that ?