From 6860d7e04affd30ea5120cf279cc8c2a7638f4b6 Mon Sep 17 00:00:00 2001 From: Alex Voss Date: Wed, 1 Nov 2023 10:04:42 +0000 Subject: [PATCH] added short description + links to MkDocs docu --- docs/publishing-your-site.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index a33ac968576..d35bc1838a3 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -142,6 +142,14 @@ the following command from the directory containing the `mkdocs.yml` file: mkdocs gh-deploy --force ``` +This will build your documentation and deploy it to a branch +`gh-pages` in your repository. See [this overview in the MkDocs +documentation] for more information. For a description of the +arguments, see [this section in the MkDocs documentation]. + + [this overview in the MkDocs documentation]: https://www.mkdocs.org/user-guide/deploying-your-docs/#project-pages + [this section in the MkDocs documentation]: https://www.mkdocs.org/user-guide/cli/#mkdocs-gh-deploy + ## GitLab Pages If you're hosting your code on GitLab, deploying to [GitLab Pages] can be done