-
Notifications
You must be signed in to change notification settings - Fork 1
GitHub Pages
Jesse Mathews edited this page Feb 6, 2019
·
4 revisions
It isn't enough to simply create a webpage on GitHub. You must deploy your webpage to a web host that is connected to the internet. You could deploy a web page to a simple host, or as your web pages become more dynamic, you can use services like Heroku.
GitHub Pages allow you to serve a static site from a repository.
- Click on the Settings tab in this repository
- Scroll down to the "GitHub Pages" section
- From the "Source" drop down, select master branch
- Click Save