React website not getting hosted on github

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

>Solution :

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.

Leave a Reply