Skip to content

build(deps): Bump mypy from 1.9.0 to 1.10.0 (#163) #116

build(deps): Bump mypy from 1.9.0 to 1.10.0 (#163)

build(deps): Bump mypy from 1.9.0 to 1.10.0 (#163) #116

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Configure git
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: |
pip install '.[docs]'
mkdocs gh-deploy