Week 1 · Vibe Coding

Go Live with GitHub Pages

Publish your tools_page.html to a public URL in under 2 minutes — no extra files needed.

1

Go to your repository — not your homepage

The sidebar you see now is the GitHub homepage. You need to navigate directly to your repo first:

🔗 github.com/benchvue/vibe-coding

Once you're on the repo page, click the Settings tab in the row of tabs near the top.

Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Settings
2

Find Pages in the repo Settings sidebar

Now you'll see a different sidebar — this is the repo Settings sidebar. Scroll down to Code and automation and click Pages.

3

Set the source to your main branch

Under Build and deployment → Source, select Deploy from a branch, then set:

main
/ (root)
Save
4

Wait about 1 minute

GitHub runs a deployment workflow automatically. Refresh the Pages settings page — when a green checkmark appears, your site is live.

You can also watch the progress under the Actions tab of your repo.

Your page is live!

Visit your published page at:

🟢 Live URL
https://benchvue.github.io/vibe-coding/week-1/tools_page.html