Skip to content

Fix bug in cost reporting where figures were 5 minutes out #32

Fix bug in cost reporting where figures were 5 minutes out

Fix bug in cost reporting where figures were 5 minutes out #32

Workflow file for this run

name: build
on:
push:
branches:
- documentation
release:
types: [published]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs gh-deploy --force --clean --verbose