Skip to content

Commit 023085c

Browse files
committed
Fixed check-documentation.yaml
1 parent 2d11682 commit 023085c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
paths:
1919
- '*.md'
2020
- 'docs/**'
21+
- '**/*.md'
2122

2223
env:
2324
# Use docker.io for Docker Hub if empty
@@ -110,7 +111,6 @@ jobs:
110111
uses: actions/ai-inference@main
111112
with:
112113
prompt-file: '../prompt'
113-
max-tokens: 1000 # response max-tokens
114114

115115
# A GitHub Action to comment on PR
116116
- name: Comment on PR

0 commit comments

Comments
 (0)