diff --git a/.github/workflows/docc.yml b/.github/workflows/docc.yml index ac4604da..683d123a 100644 --- a/.github/workflows/docc.yml +++ b/.github/workflows/docc.yml @@ -41,7 +41,8 @@ jobs: run: | xcodebuild docbuild -scheme Gravatar-Package \ -derivedDataPath /tmp/docbuild \ - -destination 'generic/platform=iOS'; + -destination 'generic/platform=iOS' \ + -skipPackagePluginValidation; - name: Process Gravatar DocC run: |