Setup: GitHub Pages
Overview
GitHub Pages is a feature of GitHub that allows you to host your GitHub repository content as a website with a basic domain. This will allow you to share and submit your deployed work for review and evaluation.
This activity provides the necessary steps to enable GitHub Pages on your wdd131
repository on GitHub.
Activity Instructions
- Go to your GitHub account and navigate to your
wdd131
repository. - Click on the Settings menu link.
- In the left side menu, click on the Pages link.
- In the GitHub Pages panel that loads, under Build and deployment, set the
following options in the provided sections:
- Source: Deploy from a branch
- Branch: Select main (or master) a keep the path on /(root). Then click Save button. branch
☑️ GitHub Pages is now enabled for your wdd131
repository at the following web
address: https://your-github-username.github.io/wdd131
.
Getting Help
If you were not able to complete any of these steps, then you are not prepared yet.
Please reach out for help in
Microsoft Teams.