Skip to content

Commit bbf7d6f

Browse files
committed
ci: update build docc
1 parent 80dded4 commit bbf7d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build DocC
3030
run: |
3131
# Build DocArchive
32-
cd Sources && xcodebuild docbuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO"
32+
cd Sources && xcodebuild docbuild -scheme Batch CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO"
3333
3434
# Transform for static hosting
3535
`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

Comments
 (0)