πŸš€ 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 (or master)
  • Select folder:
    • /root β†’ if index.html is 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.


  • 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.