8.5: Deployment

Learning Outcomes

  • Deploy your project as a GitHub Page

Walkthrough

In order to make your repo code accessible to anyone on the internet you only need to follow a few steps on the GitHub repo page.

1) Navigate to the settings page of the repo.

2) Scroll down to the GitHub Pages section and click the dropdown

3) Select the main branch.

4) Click the save button.

5) The page will refresh and when you scroll back down to the GitHub pages section the URL of your repo will be displayed there.

Exercise

Deploy Coding Fundamentals Projects

Go into the settings and deploy your Beat That! project.

Last updated