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