Skip to content

Commit

Permalink
ci: use 'osx-tap-guard' as hosting base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Akazm committed Dec 16, 2024
1 parent bd52e8d commit 370176b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docc.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<script>window.location.href += \"/documentation/tapguard\"</script>" > docs/index.html;

0 comments on commit 370176b

Please sign in to comment.