mirror of https://github.com/vapor/docs.git
Fix CI...again
This commit is contained in:
parent
2449d3dcb4
commit
809c35ec30
|
|
@ -29,7 +29,7 @@ struct SearchIndexDocs: Codable {
|
||||||
let title: String
|
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 fileURL = URL(fileURLWithPath: searchIndexPath)
|
||||||
let indexData = try Data(contentsOf: fileURL)
|
let indexData = try Data(contentsOf: fileURL)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue