Skip to content

improve unit tests

improve unit tests #14

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
tags:
- v*
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
python -m pip install --upgrade pip
pip install -e .[docs]
- run: mkdocs gh-deploy --force