Skip to content

Commit 3c2bbf3

Browse files
committed
fix path issue
1 parent 4c2ba34 commit 3c2bbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Step 4: Run knowledgebase article checker
3535
- name: Check KB
3636
run: |
37-
./scripts/knowledgebase_article_checker.py
37+
./scripts/knowledgebase_article_checker.py --kb-dir="../knowledgebase"
3838
continue-on-error: true
3939
id: kbcheck
4040

0 commit comments

Comments
 (0)