Skip to content

Commit 9729bc2

Browse files
authored
fix path pattern in documentation pipeline (#919)
1 parent 71bc379 commit 9729bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
paths:
99
- mkdocs.yml
10-
- docs/
10+
- docs/**
1111
- README.md
1212
- LICENSE
1313
- extras/**/README.md

.github/workflows/preview-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- opened
66
paths:
77
- mkdocs.yml
8-
- docs/
8+
- docs/**
99
- README.md
1010
- LICENSE
1111
- extras/**/README.md

0 commit comments

Comments
 (0)