Skip to content

docs: add MkDocs Material site (8 command categories, install/usage g… #1

docs: add MkDocs Material site (8 command categories, install/usage g…

docs: add MkDocs Material site (8 command categories, install/usage g… #1

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install MkDocs Material
run: pip install mkdocs-material
- name: Deploy docs
run: mkdocs gh-deploy --force