Fix CI...again

This commit is contained in:
Tim 2022-05-08 01:04:03 +01:00
parent 2449d3dcb4
commit 809c35ec30
No known key found for this signature in database
GPG Key ID: 20C7BF3D01EBE22E
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct SearchIndexDocs: Codable {
let title: String
}
let searchIndexPath = "4.0/site/search/search_index.json"
let searchIndexPath = "site/4.0/search/search_index.json"
let fileURL = URL(fileURLWithPath: searchIndexPath)
let indexData = try Data(contentsOf: fileURL)