mkdocs new .
site_name: ...
docs_dir: source
site_dir: docs
theme:
name: material
plugins:
- search
- ...
mkdocs build
To deploy by GitHub Action read GitHub Pages on Material for MkDocs
- Setup in repository
Settings>Pages>Build and deployment -
- Source >
Deploy from a branch
- Source >
-
- Branch >
gh-pagesand/ (root)
- Branch >