Skip to content

WIP Switch to the PyData Theme #128

WIP Switch to the PyData Theme

WIP Switch to the PyData Theme #128

Workflow file for this run

name: Lighthouse
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install dask-sphinx-theme
run: |
python -m pip install --upgrade pip
python -m pip install -e .
- name: Make example docs
run: |
cd docs
make html
- name: Run Lighthouse against example docs build
uses: treosh/lighthouse-ci-action@v9
with:
configPath: "./lighthouserc.json"
temporaryPublicStorage: true