Skip to main content

GitHub Pages 사이트 삭제

You can delete a GitHub Pages site.

이 기능을 사용할 수 있는 사용자

People with admin or maintainer permissions for a repository can delete a GitHub Pages site.

GitHub Pages는 GitHub Free 및 조직에 대한 GitHub Free가 있는 퍼블릭 리포지토리와 GitHub Pro, GitHub Team, GitHub Enterprise Cloud, GitHub Enterprise Server가 있는 퍼블릭 및 프라이빗 리포지토리에서 사용할 수 있습니다.

Deleting your site

You can delete your site in two ways:

If you want to remove the current deployment of your site but do not want to delete the site, you can unpublish your site. For more information, see "Unpublishing a GitHub Pages site."

Deleting your site by changing the source

  1. On GitHub Enterprise Server, navigate to your site's repository.
  2. Under your repository name, click Settings. If you cannot see the "Settings" tab, select the dropdown menu, then click Settings. Screenshot of a repository header showing the tabs. The "Settings" tab is highlighted by a dark orange outline.
  3. In the "Code and automation" section of the sidebar, click Pages.
  4. Under "Build and deployment", under "Source", select Deploy from a branch even if the site is currently using GitHub Actions.
  5. Under "Build and deployment", use the branch dropdown menu and select None as the publishing source. Screenshot of Pages settings in a GitHub repository. A menu to select a branch for a publishing source, labeled "None," is outlined in dark orange.
  6. Click Save.