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 80dded4 commit bbf7d6fCopy full SHA for bbf7d6f
.github/workflows/documentation.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build DocC
30
run: |
31
# Build DocArchive
32
- cd Sources && xcodebuild docbuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO"
+ cd Sources && xcodebuild docbuild -scheme Batch CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO"
33
34
# Transform for static hosting
35
`xcrun -find docc` process-archive transform-for-static-hosting build/Release-iphoneos/Batch.doccarchive --hosting-base-path Batch-iOS-SDK --output-path ../docs
0 commit comments