Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I disable gh-pages hosting for my forked repo?

I've forked a repo that has gh-pages set as it's default branch. They're hosting it on a custom domain, so there is a custom CNAME file.

I'm getting emails from Github with the following:

The page build completed successfully, but returned the following warning:

CNAME already taken: styleguides.io

I don't need to host the site myself, the fork is just for making contribs back. I'm just looking for a way to disable gh-pages hosting for my fork, so I don't get these errors/emails anymore.

like image 707
astanush Avatar asked Dec 04 '14 19:12

astanush


1 Answers

I would suggest renaming the "branch" in your fork to something other than gh-pages, that should prevent it from triggering builds, but will still allow you to pull request to the gh-pages on the upstream parent.

like image 67
dragon788 Avatar answered Oct 05 '22 06:10

dragon788