Skip to content

Commit fbbbf71

Browse files
authored
Merge pull request #3564 from Blargian/fix_nightly_indexing
fix run_indexer.sh
2 parents 48baf63 + 166ad63 commit fbbbf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/search/run_indexer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
fi
3939

4040
BASE_DIRECTORY_ARG="$BASE_DIRECTORY"
41-
SUB_DIRECTORIES="docs/en,knowledgebase"
41+
SUB_DIRECTORIES="docs,knowledgebase"
4242
DRY_RUN=false
4343

4444
# allows us to override params if needed

0 commit comments

Comments
 (0)