Skip to content

Commit

Permalink
Bugfix [v124] ComponentLibrary Docc
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarceau committed Feb 9, 2024
1 parent c24caee commit 7fc0806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firefox-ios-publish-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
uses: actions/checkout@v3
- name: Build DocC
run: |
xcodebuild docbuild -scheme ComponentLibrary \
xcodebuild docbuild -project firefox-ios/Client.xcodeproj \
-scheme ComponentLibrary \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS';
xcrun docc process-archive transform-for-static-hosting \
Expand Down

0 comments on commit 7fc0806

Please sign in to comment.