File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments