Skip to content

Commit

Permalink
Pass --hosting-base-path to docc (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Feb 12, 2024
1 parent 2cf9f75 commit 0ec638f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platform/ios/scripts/docc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ec638f

Please sign in to comment.