Skip to content

Remove pillow from build script, closes #800 #965

Remove pillow from build script, closes #800

Remove pillow from build script, closes #800 #965

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: |
pip install -U pip wheel
pip install .[all,dev]
- run: mkdocs gh-deploy --force