Hey there, so you have a awesome website ready to be shared with the whole world or just looking to flex in front of friends/family🔥, but don't know how to do it. No worries I am here to help. Well there are many websites for it, but today we will be talking about Github Pages.
Why GitHub Pages?
TBH I have deployed my first website using GitHub pages, so I will able to explain it better, and it's very easy and fast too⚡.
Enough chitchat tell me how to deploy🙄
Fair enough, let's get the website up in no time-
Go to the repository (If you don't know how to create one this will help).
Click on settings
- Pages
- Under Source select the branch which you want to deploy.
- Select root folder if not preselected.
Click on save.
Wait few seconds for it to complete the build process(You can check it in the action tab).
- And Your awesome website is up on internet.
Deployed website is just showing readme page
Just change the xyz.html file name to index.html.
Problem not solved add index.md file and it will definitely fix the issue.
Note- Make sure to wait few more minutes for it to complete the build process then refresh the website.
I Got some suggestions✨
That's great I'm always looking to improve, please comment below your suggestion (s).
You are Awesome where can I Connect with you😎?
🚀Github
📨[Email] - loficode777@gmail.com
🐦[Twitter]- Soon
Top comments (3)
Hey does GitHub pages only work with static websites?
Yes it only supports static websites.
okay thanks