Unpublishing a GitHub Pages site
You can unpublish your GitHub Pages site so that the site is no longer available to everyone using 使用している GitHub Enterprise Serverインスタンス.
GitHub Pages は、GitHub Free のパブリックリポジトリ、GitHub Pro 、GitHub Team、GitHub Enterprise Cloud、GitHub Enterprise Server のパブリックおよびプライベートリポジトリで利用できます。
ここには以下の内容があります:
People with admin permissions for a repository can unpublish a GitHub Pages site.
Unpublishing a project site
- 
GitHub Enterpriseで、リポジトリのメインページにアクセスしてください。
 - 
If a
gh-pagesbranch exists in the repository, delete thegh-pagesbranch. - 
If the
gh-pagesbranch was your publishing source, your site is now unpublished and you can skip the remaining steps. - 
リポジトリ名の下で Settings(設定)をクリックしてください。

 - 
Under "GitHub Pages", use the Source drop-down menu and select None.

 
Unpublishing a user or organization site
- 
GitHub Enterpriseで、リポジトリのメインページにアクセスしてください。
 - 
Delete the
masterbranch, or delete the entire repository. For more information, see "Creating and deleting branches within your repository" and "Deleting a repository."