Skip to content

Bump version: 0.1.1 → 0.2.0 #13

Bump version: 0.1.1 → 0.2.0

Bump version: 0.1.1 → 0.2.0 #13

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[docs]"
- name: Deploy
run: mkdocs gh-deploy --force