From 809c35ec300ad8e806446c7ab55b0ac131e4e71f Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Sun, 8 May 2022 01:04:03 +0100 Subject: [PATCH] Fix CI...again --- fixSearchIndex.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixSearchIndex.swift b/fixSearchIndex.swift index 78329a5c..de5e9077 100755 --- a/fixSearchIndex.swift +++ b/fixSearchIndex.swift @@ -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)