Useful tips when navigating through your repository.
Congratulations friend, you've completed this course! 🎉
In this course, you've learned a lot about finding and sharing information. Within a GitHub repository, you can find history about what changes were made, and more importantly, why changes were made.
You can enable GitHub Pages and see docs/index.html
as a website!
- Replace
USERNAME
with your GitHub username andREPONAME
with your GitHub repository name indocs/index.html
. - Under your repository name at the upper right, click ⚙️ Settings.
- Then on the lower left, click Pages.
- In the GitHub Pages section, select
main
in the Select branch drop-down menu and/docs
in the Select folder drop-down menu. - Click the Save button.
- Wait about 30 seconds then refresh the page. When you see "Your site is published at ...," you can click on the link to see your published site.
Check out these resources to learn more or get involved:
- Are you a student? Check out the Student Developer Pack.
- Take another GitHub Skills course.
- Read the GitHub Getting Started docs.
- To find projects to contribute to, check out GitHub Explore.
Get help: Post in our discussion board • Review the GitHub status page
© 2023 GitHub • Code of Conduct • MIT License