doc test workflow update

This commit is contained in:
Dario Coscia
2025-03-17 13:55:52 +01:00
committed by Nicola Demo
parent 6ac2f28788
commit b5f5be8314

View File

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