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 9ba3343 commit b3be798Copy full SHA for b3be798
.github/scripts/build-docc.sh
@@ -4,4 +4,5 @@ export LC_CTYPE=en_US.UTF-8
4
5
set -o pipefail && xcodebuild clean docbuild -scheme CodeEditKit \
6
-destination generic/platform=macos \
7
+ -skipPackagePluginValidation \
8
OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path CodeEditKit --output-path ./docs" | xcpretty
0 commit comments