Skip to content

fix: Adds command help, webpage, and fixes issues with other commands #231

fix: Adds command help, webpage, and fixes issues with other commands

fix: Adds command help, webpage, and fixes issues with other commands #231

Workflow file for this run

name: Updates Docs
on:
pull_request:
types: [opened, synchronize]
repository_dispatch:
types: [docs]
workflow_dispatch:
jobs:
update-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force