Skip to content

power reporting (#68) #75

power reporting (#68)

power reporting (#68) #75

Workflow file for this run

name: docs
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: |
pip install -e ".[dev]"
mkdocs gh-deploy --force