Skip to content

Commit 1127ee9

Browse files
Fix Docc Path
1 parent 79c7c01 commit 1127ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-docc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export LC_CTYPE=en_US.UTF-8
55
set -o pipefail && xcodebuild clean docbuild -scheme AboutWindow \
66
-destination generic/platform=macos \
77
-skipPackagePluginValidation \
8-
OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path WelcomeWindow --output-path ./docs" | xcpretty
8+
OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path AboutWindow --output-path ./docs" | xcpretty

0 commit comments

Comments
 (0)