Skip to content

Merge pull request #75 from mkalioby/v2.1 #5

Merge pull request #75 from mkalioby/v2.1

Merge pull request #75 from mkalioby/v2.1 #5

Workflow file for this run

name: docs
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: pip install -r docs/requirements.txt
- name: Deploy docs
run: mkdocs gh-deploy --force