Skip to content

build(deps-dev): bump ruff in the minor-and-patch group (#38) #30

build(deps-dev): bump ruff in the minor-and-patch group (#38)

build(deps-dev): bump ruff in the minor-and-patch group (#38) #30

Workflow file for this run

name: Update docs
on:
push:
branches: [ main ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Generate docs
run: make install generate-docs
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs