Skip to content

feat: check types in splines to allow amp (#52) #54

feat: check types in splines to allow amp (#52)

feat: check types in splines to allow amp (#52) #54

Workflow file for this run

name: mkdocs
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocstrings[python] mkdocs-jupyter
- run: mkdocs gh-deploy --force