Skip to content

Improve typing and add mypy #5

Improve typing and add mypy

Improve typing and add mypy #5

Workflow file for this run

name: docs
on:
push:
branches:
- "1.0"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: |
uv sync --locked
uv pip install -e .
- name: Deploy docs
run: uv run mkdocs gh-deploy --force