Skip to content

Commit 809c35e

Browse files
committed
Fix CI...again
1 parent 2449d3d commit 809c35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixSearchIndex.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct SearchIndexDocs: Codable {
2929
let title: String
3030
}
3131

32-
let searchIndexPath = "4.0/site/search/search_index.json"
32+
let searchIndexPath = "site/4.0/search/search_index.json"
3333

3434
let fileURL = URL(fileURLWithPath: searchIndexPath)
3535
let indexData = try Data(contentsOf: fileURL)

0 commit comments

Comments
 (0)