Skip to content

Update flake8 command #1168

Update flake8 command

Update flake8 command #1168

Workflow file for this run

name: Docs build
on: [push, pull_request]
jobs:
docs_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- run: uv sync --extra docs --extra all
- run: uv run make html