From 3af88e554b7b90dd9145f49b5ef4d7c4d148328b Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Sat, 30 Mar 2024 15:34:30 -0700 Subject: [PATCH] Pass the correct hosting base path to docc (#1136) --- script/build_docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build_docs b/script/build_docs index 88aa81a6f..d3ec254bb 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