Skip to content

Commit bdc9fae

Browse files
authored
fix: resolve publishing bug (rackerlabs#587)
There was a bug that would not run the publishing job if the file mkdocs.yml was modified, this fixes that. Signed-off-by: Kevin Carter <[email protected]>
1 parent fac3138 commit bdc9fae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mkdocs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
paths:
8+
- mkdocs.yml
89
- "docs/**"
910
- ".github/workflows/mkdocs.yml"
1011
pull_request:
1112
paths:
13+
- mkdocs.yml
1214
- "docs/**"
1315
- ".github/workflows/mkdocs.yml"
1416
workflow_dispatch:

0 commit comments

Comments
 (0)