Skip to content

Replace data backend and increase flexibility. (#39) #24

Replace data backend and increase flexibility. (#39)

Replace data backend and increase flexibility. (#39) #24

Workflow file for this run

name: Push docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ".[docs]"
- run: mkdocs gh-deploy --force