From b3be7980f489388363527b4bad402692c4cf788a Mon Sep 17 00:00:00 2001 From: Wouter Hennen <62355975+Wouter01@users.noreply.github.com> Date: Wed, 31 May 2023 21:10:27 +0200 Subject: [PATCH] Update build-docc.sh (#16) --- .github/scripts/build-docc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/build-docc.sh b/.github/scripts/build-docc.sh index 4bded56..798a9cc 100755 --- a/.github/scripts/build-docc.sh +++ b/.github/scripts/build-docc.sh @@ -4,4 +4,5 @@ export LC_CTYPE=en_US.UTF-8 set -o pipefail && xcodebuild clean docbuild -scheme CodeEditKit \ -destination generic/platform=macos \ + -skipPackagePluginValidation \ OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path CodeEditKit --output-path ./docs" | xcpretty