Skip to content

Bump black from 22.12.0 to 24.3.0 (#15) #33

Bump black from 22.12.0 to 24.3.0 (#15)

Bump black from 22.12.0 to 24.3.0 (#15) #33

Workflow file for this run

name: docs
on:
push:
branches:
- master
#workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install --only docs
- name: Publish docs
run: |
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
poetry run mkdocs gh-deploy