Skip to content

voronoi plot doc strings #292

voronoi plot doc strings

voronoi plot doc strings #292

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
architecture: x64
#- run: pip install scimap mkdocs-material mkdocstrings
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python
- run: mkdocs gh-deploy --force