break up big text chunk for clarity authored by Jérôme Charaoui's avatar Jérôme Charaoui
......@@ -43,9 +43,10 @@ respectively, the FQDN of the website as defined in the
`static-components.yml` file, and the directory where the website was
built by the previous build stage. You may also need
`GIT_SUBMODULE_STRATEGY: recursive` if you have submodules (e.g. hugo
themes are often shipped as submodules). For example, for
<https://status.torproject.org>, the `.gitlab-ci.yml` file looks like
this (`build` stage elided for simplicity):
themes are often shipped as submodules).
For example, for <https://status.torproject.org>, the `.gitlab-ci.yml`
file looks like this (`build` stage elided for simplicity):
variables:
GIT_SUBMODULE_STRATEGY: recursive
......
......