Why isn't my page loading up on Github?

淺唱寂寞╮ 提交于 2019-12-02 10:25:16

It currently takes the master branch.

Go in the repo settings and choose the gh-pages branch. Then click Save.

Hi you don't actually need a gh-pages branch for this repo, since you are using username.github.io, your master branch will do just fine. Think of github as the directory you are serving from, and it cannot find your index.html - it doesn't know to search inside of your build/ or src/ directories for it. So you could just have your index.html open in the repo and link from there, or pull your build out and make that your repo. Your master branch will work just fine, and keep the cname

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!