1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/github/working-with-github-pages/using-submodules-with-github-pages.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

1.1 KiB

title, intro, redirect_from, product, versions
title intro redirect_from product versions
Using submodules with GitHub Pages You can use submodules with {% data variables.product.prodname_pages %} to include other projects in your site's code.
/articles/using-submodules-with-pages/
/articles/using-submodules-with-github-pages
{% data reusables.gated-features.pages %}
free-pro-team
*

If the repository for your {% data variables.product.prodname_pages %} site contains submodules, their contents will automatically be pulled in when your site is built.

You can only use submodules that point to public repositories, because the {% data variables.product.prodname_pages %} server cannot access private repositories.

Use the https:// read-only URL for your submodules, including nested submodules. You can make this change in your .gitmodules file.

Further reading