Skip to content

Fix infinite loop in det-match script #2180

Fix infinite loop in det-match script

Fix infinite loop in det-match script #2180

Workflow file for this run

name: "Test docs build"
on:
pull_request:
branches: [master]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Install docs dependencies
working-directory: ./docs
run: pip3 install -r requirements.txt
- name: Build docs
working-directory: ./docs
run: sphinx-build -M html . _build -W