doc test workflow update

This commit is contained in:
Dario Coscia
2025-03-17 13:55:52 +01:00
committed by FilippoOlivo
parent f70a23c076
commit 3153bb7426

View File

@@ -1,14 +1,10 @@
name: Test Sphinx Documentation Build
on:
push:
branches:
- "master"
paths:
- 'docs/**'
pull_request:
branches:
- "master"
- "0.2"
paths:
- 'docs/**'
@@ -29,5 +25,4 @@ jobs:
- name: Build Sphinx documentation
run: |
cd docs
make html
make html SPHINXOPTS="-W"