From 8918333538e55522fd3418449d55faeb3e3ed750 Mon Sep 17 00:00:00 2001 From: Arnaud Roland Date: Tue, 29 Oct 2024 17:11:51 +0100 Subject: [PATCH] ci: update build docc --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b522aaa..a64200f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,10 +29,10 @@ jobs: - name: Build DocC run: | # Build DocArchive - cd Sources && xcodebuild docbuild CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO" + cd Sources && xcodebuild docbuild -scheme Batch -derivedDataPath ./BatchBuild # Transform for static hosting - `xcrun -find docc` process-archive transform-for-static-hosting build/Release-iphoneos/Batch.doccarchive --hosting-base-path Batch-iOS-SDK --output-path ../docs + `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 - name: Upload artifact uses: actions/upload-pages-artifact@v3