Skip to content

Update dependencies and reformat code for readability #250

Update dependencies and reformat code for readability

Update dependencies and reformat code for readability #250

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout master
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies will speed up subsequent runs
- run: pip install -e .
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force --clean --verbose