Skip to content

Bump mkdocstrings from 0.29.1 to 0.30.0 (#446) #410

Bump mkdocstrings from 0.29.1 to 0.30.0 (#446)

Bump mkdocstrings from 0.29.1 to 0.30.0 (#446) #410

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.12"
- run: pip install mkdocs-material mkdocstrings mkdocstrings[python]
- run: mkdocs gh-deploy --force