diff --git a/scripts/docc.sh b/scripts/docc.sh old mode 100644 new mode 100755 index d1a5b44..7418e42 --- a/scripts/docc.sh +++ b/scripts/docc.sh @@ -2,6 +2,6 @@ xcodebuild docbuild -scheme tap-guard -destination 'generic/platform=macOS' -der $(xcrun --find docc) process-archive \ transform-for-static-hosting "$PWD/.derivedData/Build/Products/Debug/TapGuard.doccarchive" \ --output-path docs \ - --hosting-base-path "TapGuard" + --hosting-base-path "osx-tap-guard" echo "" > docs/index.html; \ No newline at end of file