Skip to content

Commit

Permalink
ci: update build docc
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Oct 30, 2024
1 parent 80dded4 commit 8918333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8918333

Please sign in to comment.