π How to Deploy
April 18, 2026 Β· View on GitHub
Note
Before deploying, make sure you have completed customization.
π First complete customization here:
π How to Customize
π 1. Go to GitHub Repository Settings
- Open your GitHub repository
- Click on Settings (top menu)
π 2. Open Pages Section
- In the left sidebar, scroll down
- Click on Pages
π§ 3. Configure Deployment Source
- Under Source, select:
Deploy from a branch
πΏ 4. Select Branch & Folder
- Choose branch:
main(ormaster) - Select folder:
/rootβ ifindex.htmlis in root/docsβ if your project is inside docs folder
Tip
Always ensure your index.html is correctly placed in the selected folder.
π 5. Auto Deployment
- Click Save
- GitHub will automatically build and deploy your site
Note
It may take a few seconds to a few minutes for the site to go live.
π 6. Get Your Live Link
- After deployment, GitHub will show your live URL:
https://your-username.github.io/repository-name/
βοΈ 7. Enable Website Display (About Section)
- Go back to your repository main page
- Click the βοΈ gear icon in the βAboutβ section
- Tick the checkbox:
- β βUse your GitHub Pages websiteβ
π Done!
Note
Your portfolio is now live and accessible worldwide π
β Bonus Tip
Tip
Share your live portfolio link on LinkedIn, GitHub profile, and resume to get more visibility and stars.