Skip to content

Commit e99ad86

Browse files
committed
doc test workflow update
1 parent 2099e87 commit e99ad86

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/testing_doc.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Test Sphinx Documentation Build
22

33
on:
4-
push:
5-
branches:
6-
- "master"
7-
paths:
8-
- 'docs/**'
94
pull_request:
105
branches:
116
- "master"
7+
- "0.2"
128
paths:
139
- 'docs/**'
1410

@@ -29,5 +25,4 @@ jobs:
2925
- name: Build Sphinx documentation
3026
run: |
3127
cd docs
32-
make html
33-
28+
make html SPHINXOPTS="-W"

0 commit comments

Comments
 (0)