Skip to content

Commit 8918333

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ 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 -derivedDataPath ./BatchBuild
3333
3434
# 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
35+
`xcrun -find docc` process-archive transform-for-static-hosting ./BatchBuild/Build/Products/Debug-maccatalyst/Batch.doccarchive --hosting-base-path Batch-iOS-SDK --output-path ../docs
3636
3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)