Navigation
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Current Level: 11 | 12 | 13 | 14 | 15
Lesson: Test Live GitHub Page
🎯 Objective
As a group, test your live website on GitHub Pages to confirm that all pages load correctly, navigation works, and the latest updates are visible.
👣 Steps
-
Visit the GitHub Pages Site
- Go to your repository’s Settings > Pages.
- Click the link to your published site at the top of the Pages section.
-
Click Through Every Page
- On the homepage, click each link to individual member pages.
- Make sure each page loads without errors.
-
Check Navigation and Content
- Confirm that each page displays the correct content.
- Check that the group’s navigation (if added) links properly.
-
Report and Fix Issues
- If something is broken, make a new branch and PR to fix it as a group.
- Re-test the site after updates are merged.
✅ Practice Check
💬 Discussion Prompt
What are the benefits of checking your site on GitHub Pages instead of just previewing code on GitHub?