Skip to content

Commit 901be4f

Browse files
CopilotBBC6BAE9
andauthored
[WIP] Fix empty page issue for CacheKit documentation (#5)
* Initial plan * Fix hosting-base-path case to match repository name CacheKit Co-authored-by: BBC6BAE9 <20353278+BBC6BAE9@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BBC6BAE9 <20353278+BBC6BAE9@users.noreply.github.com>
1 parent 1a7aaf7 commit 901be4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-docc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ xcrun xcodebuild docbuild \
88
xcrun docc process-archive transform-for-static-hosting \
99
"$PWD/.derivedData/Build/Products/Debug-iphonesimulator/CacheKit.doccarchive" \
1010
--output-path ".docs" \
11-
--hosting-base-path "cachekit"
11+
--hosting-base-path "CacheKit"
1212

1313
echo '<script>window.location.href += "/documentation/cachekit"</script>' > .docs/index.html

0 commit comments

Comments
 (0)