- Install mkdocs if not already.
- Make your changes to the Markdown files or add new ones.
- Run
mkdocs build
to build the site. - Run
mkdocs serve
to preview the site locally. - When you're happy, run
mkdocs gh-deploy
to push the changes to the GitHub Pages site.