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-pages
branch exists in the repository, delete thegh-pages
branch. -
If the
gh-pages
branch 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.
-
サイトで有効化されているカスタムドメインがあるなら、DNS 設定を更新してください。詳細は「GitHub Pages でカスタムドメインを使用する」を参照してください。
Unpublishing a user or organization site
-
GitHub Enterprise で、リポジトリのメインページへ移動します。
-
Delete the
master
branch, or delete the entire repository. For more information, see "Creating and deleting branches within your repository" and "Deleting a repository." -
サイトで有効化されているカスタムドメインがあるなら、DNS 設定を更新してください。詳細は「GitHub Pages でカスタムドメインを使用する」を参照してください。