My new Github page isn't showing up

后端 未结 24 2567
臣服心动
臣服心动 2021-01-31 08:04

So I\'m following this guide here to create a Github page

I created a repository, cloned it to my project directory and pushed, finally got to this last step:

         


        
24条回答
  •  甜味超标
    2021-01-31 08:27

    If anyone else is using the gh-pages NPM library to deploy (i.e. for a React app), you need to do one more step after deploying.

    From your GitHub settings page, scroll down to "GitHub Pages" and change the source branch to "gh-pages". This branch should created automatically for you once you deploy your app.

提交回复
热议问题