How to remove GitHub Pages

github

I was playing about with my git repo and tried the GitHub pages feature but I'm not sure how to get rid of it. The check box on the repo admin is disabled.

Best Answer

Simply delete the gh-pages remote branch:

$ git push origin :gh-pages