Skip to content

Fix indentation on the usage page in the docs #29

Fix indentation on the usage page in the docs

Fix indentation on the usage page in the docs #29

Workflow file for this run

name: Docs
on:
push:
branches:
- main
paths:
- docs/**
- mkdocs.yml
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
- run: pip install -r requirements-docs.txt
- run: mkdocs gh-deploy --force