Skip to content

Commit 874b9db

Browse files
authored
Documentation (#6239)
1 parent 997da1e commit 874b9db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/publishing-your-site.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ contents:
185185
[personal access token] when deploying [Insiders], which can be done
186186
using [masked custom variables].
187187

188-
Now, when a new commit is pushed to `master`, the static site is automatically
189-
built and deployed. Commit and push the file to your repository to see the
190-
workflow in action.
188+
Now, when a new commit is pushed to the [default branch] (typically `master` or
189+
`main`), the static site is automatically built and deployed. Commit and push
190+
the file to your repository to see the workflow in action.
191191

192192
Your documentation should shortly appear at `<username>.gitlab.io/<repository>`.
193193

@@ -210,6 +210,7 @@ other providers:
210210
[GitLab Pages]: https://gitlab.com/pages
211211
[GitLab CI]: https://docs.gitlab.com/ee/ci/
212212
[masked custom variables]: https://docs.gitlab.com/ee/ci/variables/#create-a-custom-variable-in-the-ui
213+
[default branch]: https://docs.gitlab.com/ee/user/project/repository/branches/default.html
213214
[Azure]: https://bawmedical.co.uk/t/publishing-a-material-for-mkdocs-site-to-azure-with-automatic-branch-pr-preview-deployments/763
214215
[Cloudflare Pages]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-cloudflare/
215216
[DigitalOcean]: https://www.starfallprojects.co.uk/projects/deploy-host-docs/deploy-mkdocs-material-digitalocean-app-platform/

0 commit comments

Comments
 (0)