From 0ec638f226c4dfe8ad22877d2012f04bf38ec2ef Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Mon, 12 Feb 2024 23:28:44 +0100 Subject: [PATCH] Pass --hosting-base-path to docc (#2106) --- platform/ios/scripts/docc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/ios/scripts/docc.sh b/platform/ios/scripts/docc.sh index c89a74728c3..ae9a8b389ab 100755 --- a/platform/ios/scripts/docc.sh +++ b/platform/ios/scripts/docc.sh @@ -55,5 +55,7 @@ $(xcrun --find docc) "$cmd" MapLibre.docc \ if [[ "$cmd" == "convert" ]]; then rm -rf build/docs - $(xcrun --find docc) process-archive transform-for-static-hosting "$build_dir"/MapLibre.doccarchive --output-path build/docs + $(xcrun --find docc) process-archive transform-for-static-hosting "$build_dir"/MapLibre.doccarchive \ + --hosting-base-path maplibre-native/ios/latest \ # remove for local builds + --output-path build/docs fi \ No newline at end of file