我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问英文文档。如果此页面上的翻译有问题,请告诉我们

此版本的 GitHub Enterprise 已停止服务 2020-11-12. 即使针对重大安全问题,也不会发布补丁。 要获得更好的性能、改进的安全性和新功能,请升级到 GitHub Enterprise 的最新版本。 如需升级方面的帮助,请联系 GitHub Enterprise 支持

配置 GitHub Pages 站点的发布源

如果您使用 GitHub Pages 站点的默认发布源,您的站点将自动发布。 You can also choose to publish your project site from a different branch or folder.

拥有仓库管理员或维护员权限的人可为 GitHub Pages 站点配置发布源。

GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server.

本文内容

有关发布源的更多信息,请参阅“关于 GitHub Pages”。

选择发布源

Before you configure a publishing source, make sure the branch or folder you want to use as your publishing source already exists in your repository. For example, before you can publish your project site from the /docs folder on the master branch of your repository, you or a collaborator must create a /docs folder on the default master branch of your repository.

  1. 在 GitHub Enterprise Server 上,导航到站点的仓库。

  2. 在仓库名称下,单击 Settings(设置)

    仓库设置按钮

  3. 在“ GitHub Pages", use the Source drop-down menu and select a publishing source.

    用于选择发布源的下拉菜单

GitHub Pages 站点发布问题疑难排解

:如果网站 的源文件位于默认发布源 - master(对于用户和组织站点)或 gh-pages(对于项目站点)- 但您的站点 未自动发布,请确保有一个拥有管理权限和经验证的电子邮件地址的人已推送到默认发布源。

If you choose the docs folder on the master branch as your publishing source, then later remove the /docs folder from that branch in your repository, your site won't build and you'll get a page build error message for a missing /docs folder. 更多信息请参阅“关于 GitHub Pages 站点的 Jekyll 构建错误疑难排解”。