Skip to content

Commit

Permalink
added short description + links to MkDocs docu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvoss committed Nov 1, 2023
1 parent 1698708 commit 6860d7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/publishing-your-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6860d7e

Please sign in to comment.