doc test workflow update
This commit is contained in:
committed by
Nicola Demo
parent
6ac2f28788
commit
b5f5be8314
9
.github/workflows/testing_doc.yml
vendored
9
.github/workflows/testing_doc.yml
vendored
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user