Skip to content

Commit 0cb9f10

Browse files
committed
trigger doc build when mkdocs and Makefile are modified
1 parent 0901315 commit 0cb9f10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
- master
77
paths:
88
- 'docs/**'
9+
- 'mkdocs.yml'
10+
- 'Makefile'
911
push:
1012
branches:
1113
- master
1214
paths:
1315
- 'docs/**'
14-
16+
- 'mkdocs.yml'
17+
- 'Makefile'
18+
-
1519
jobs:
1620
docs:
1721
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)