Skip to content

docs: update docstrings to adhere to Google docstrings standard (fixe… #463

docs: update docstrings to adhere to Google docstrings standard (fixe…

docs: update docstrings to adhere to Google docstrings standard (fixe… #463

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Install the project
run: uv sync --group docs
- name: Deploy docs
run: uv run mkdocs gh-deploy --force