Skip to content

Commit b5b261f

Browse files
rebuild docs on changes to python files (#176)
1 parent 9ef100d commit b5b261f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/deploy_mkdocs.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
branches:
66
- master
77
paths:
8-
# Only rebuild website when docs have changed
8+
# Rebuild website when docs have changed or code has changed
99
- 'README.md'
1010
- 'docs/**'
1111
- 'mkdocs.yml'
12+
- '**.py'
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)