Skip to content

Bump black from 23.11.0 to 24.3.0 (#43) #61

Bump black from 23.11.0 to 24.3.0 (#43)

Bump black from 23.11.0 to 24.3.0 (#43) #61

Workflow file for this run

name: Build and publish 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.x
- name: Install Poetry
run: |
pip install -U pip
pip install poetry
poetry config virtualenvs.create false
poetry install --with docs
- run: poetry run mkdocs gh-deploy --force