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