From 2a460aba92e6079e58cf36b13167a359865aad7f Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Sat, 30 Mar 2024 15:29:45 -0700 Subject: [PATCH] Pass the correct hosting base path to docc --- script/build_docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build_docs b/script/build_docs index 88aa81a6..d3ec254b 100755 --- a/script/build_docs +++ b/script/build_docs @@ -8,5 +8,5 @@ swift package --allow-writing-to-directory docs \ generate-documentation --target Nimble \ --disable-indexing \ --transform-for-static-hosting \ - --hosting-base-path 'https://quick.github.io/Nimble' \ + --hosting-base-path 'Nimble' \ --output-path docs