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:
29
29
- name : Build DocC
30
30
run : |
31
31
# 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
33
33
34
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
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
36
36
37
37
- name : Upload artifact
38
38
uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments