Skip to content

Commit 88bf714

Browse files
committed
Update GitHub Actions workflow to include conf.py and _version.py in documentation build paths
1 parent 31cdce0 commit 88bf714

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- dev
77
paths:
88
- '**.rst'
9+
- 'conf.py'
10+
- '_version.py'
911

1012
workflow_dispatch:
1113

0 commit comments

Comments
 (0)