Skip to content

Commit e508fc0

Browse files
committedMay 29, 2024
fix(ci): autogen docs include path globs
1 parent 8a70371 commit e508fc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
push:
88
branches: [main]
99
paths:
10-
- "lua/"
11-
- "scripts/"
12-
- ".github/"
10+
- "lua/**"
11+
- "scripts/**"
12+
- ".github/**"
1313
- "README.md"
1414

1515
jobs:

0 commit comments

Comments
 (0)