Skip to content

remove anyio from _utils.maybe_async #47

remove anyio from _utils.maybe_async

remove anyio from _utils.maybe_async #47

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install "mkdocs-material>=9.1.1,<9.2"
- run: mkdocs gh-deploy --force