Skip to content

jsm13/gh-pages-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploying to GitHub Pages

1. index.html in the root of the Repo on gh-pages branch

  • Checkout a branch called gh-pages and push to github. gh-pages branch = Your HTML file should be at the root of your project repo and named exactly index.html.

2. Set source for GH pages in your repo's settings

  • Select the settings tab at the top of your repo page on GitHub. top tabs
  • Scroll down to the GitHub Pages settings. GH Pages settings -- off
  • From the dropdown under source, select master branch and save.
  • Scroll back down to the GitHub Pages setting and you will see a URL for the hosted app. GH Pages settings -- from master

3. Go to the URL and make sure the app behaves as expected

  • Be sure to include the link to the hosted app in your readme.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published