Skip to main content

Использование подмодулей вместе с GitHub Pages

Дополнительные модули можно использовать с 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. For more information, see GitHub’s plans.

GitHub Pages now uses GitHub Actions to execute the Jekyll build. When using a branch as the source of your build, GitHub Actions must be enabled in your repository if you want to use the built-in Jekyll workflow. Alternatively, if GitHub Actions is unavailable or disabled, adding a .nojekyll file to the root of your source branch will bypass the Jekyll build process and deploy the content directly. For more information on enabling GitHub Actions, see Managing GitHub Actions settings for a repository.

Если репозиторий для сайта GitHub Pages содержит подмодули, их содержимое будет автоматически извлекаться при сборке сайта.

Можно использовать только подмодули, указывающие на общедоступные репозитории, так как сервер GitHub Pages не может получать доступ к частным репозиториям.

Используйте для своих подмодулей, в том числе вложенных подмодулей, URL-адрес https:// только для чтения. Это изменение можно внести в .gitmodules файл.

Дополнительные материалы