Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access auto-generated github page?

I have auto-generated a github page according to the instructions here. Now I have a new branch called gh-pages.

I don't really get the next step, can I host the generated page on github ? or do I need to deploy it on my own web server ? Do I need to merge the page branch with my master branch ?

Thanks.

like image 539
Michael Avatar asked Jun 19 '12 09:06

Michael


People also ask

Where can I find GH pages?

GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see "GitHub's products."

What is my GitHub Pages URL?

The GitHub Pages repository URL is always https://{userid}.github.io/{reponame} The GitHub Pages URL is based on the GitHub repo URL, and takes the format https://{userid}.github.io/{reponame} . The moment you use it, GitHub Pages will generate a website based on the contents of your repo.

How long does it take for GitHub Pages to show up?

Note: It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub. If you don't see your GitHub Pages site changes reflected in your browser after an hour, see "About Jekyll build errors for GitHub Pages sites."


1 Answers

Found the answer here. To access the page go to username.github.com/projectname. Any change you make to the gh-pages branch will be reflected there.

like image 57
Michael Avatar answered Oct 11 '22 04:10

Michael