Skip to content

Allow stacks to expand independently by axis (#50) #29

Allow stacks to expand independently by axis (#50)

Allow stacks to expand independently by axis (#50) #29

Workflow file for this run

name: ci
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install mkdocs mkdocs-material mkdocstrings-python
- run: mkdocs gh-deploy --force