I tried hosting my website on github but instead of showing me my website its showing me this page
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
.