Skip to content

Commit 1f94258

Browse files
authored
Fix path issue (#487)
1 parent 9e26744 commit 1f94258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic-doc-checks.yml

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
- 'docs/**' # Only run on changes to the docs directory
10-
- '.github/workflows/automatic-doc-checks.yml'
10+
- '.github/workflows/automatic-doc-checks.yml'
1111

1212
workflow_dispatch:
1313
# Manual trigger

0 commit comments

Comments
 (0)