Skip to content

Bump mkdocs-material from 9.3.2 to 9.5.3 (#270) #310

Bump mkdocs-material from 9.3.2 to 9.5.3 (#270)

Bump mkdocs-material from 9.3.2 to 9.5.3 (#270) #310

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.11"
- run: pip install mkdocs-material mkdocstrings mkdocstrings[python]
- run: mkdocs gh-deploy --force