mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-03-28 17:42:47 +01:00
679 B
679 B
Deploy
How to deploy a MkDocs site
See Deploying Your Docs on the Mkdocs site for more details.
Github Pages
Note this is for a Project Page and not Organization and User Pages.
How to deploy to Github Pages. Run this to build to site directory, push to gh-pages branch and enable Github Pages (if it was not yet enabled.)
mkdocs gh-deploy
Then go to your repo on Github, see the environment tab and click View deployment.
e.g.
See deploy options:
mkdocs gh-deploy --help