Home > Enterprise >  React website not getting hosted on github
React website not getting hosted on github

Time:11-07

I tried hosting my website on github but instead of showing me my website its showing me this page Getting Started with Create React App

Link to github repo: https://github.com/AfeefRaza/ecom-website

CodePudding user response:

If you're using the beta built-in Actions workflow to deploy your site. You'll need to change the line pointing to main to point to gh-pages instead. If using old version, which just has a dropdown menu allowing you to pick a branch, you need to change that to gh-pages.

  • Related