GitHub pages only showing ReadMe file?

前端 未结 6 1380
北海茫月
北海茫月 2020-12-15 21:08

I\'m trying to host my webpages into Github pages but for some reason it seems to only show my Readme file.

GitHub repo: https://github.com/InquisitiveDev2016/Inquis

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-15 22:06

    Github gives you multiple choices where it takes it sources from. By default its the root of the master branch, which will use the README.md in case there is no index.html.

    But you can also switch to the docs/ folder in your repository settings. With that you can put the index.html under the docs/ folder.

    See

提交回复
热议问题