Skip to content

bump version to v0.7.5 #61

bump version to v0.7.5

bump version to v0.7.5 #61

Workflow file for this run

name: docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install "mkdocs-material>=9.1.1,<9.2"
- run: mkdocs gh-deploy --force