git clone https://github.com/<repository_uri>
cd <repository>
python -m venv venv
source venv/bin/activate
pip --version
pip install mkdocs-material
.code
mkdocs new .
mkdocs serve
This should create the mkdocs.yml and docs folder to start with.
add a folder .github/workflows/ci.yml
- Go to GitHub Settings
- Source > Deploy from a branch
- Branch
gh-pages
and Save