We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7c01 commit 1127ee9Copy full SHA for 1127ee9
.github/scripts/build-docc.sh
@@ -5,4 +5,4 @@ export LC_CTYPE=en_US.UTF-8
5
set -o pipefail && xcodebuild clean docbuild -scheme AboutWindow \
6
-destination generic/platform=macos \
7
-skipPackagePluginValidation \
8
- OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path WelcomeWindow --output-path ./docs" | xcpretty
+ OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path AboutWindow --output-path ./docs" | xcpretty
0 commit comments