File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515
1616 - name : Build DocC
1717 run : |
18- swift package resolve
19- xcodebuild docbuild -scheme MessageKit -derivedDataPath 'docc' -destination 'generic/platform=iOS';
18+ swift package resolve;
19+ xcodebuild docbuild -scheme MessageKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
2020 $(xcrun --find docc) process-archive \
21- transform-for-static-hosting docc /Build/Products/Debug-iphoneos/MessageKit.doccarchive \
21+ transform-for-static-hosting /tmp/docbuild /Build/Products/Debug-iphoneos/MessageKit.doccarchive \
2222 --hosting-base-path MessageKit \
2323 --output-path docs
2424 $(xcrun --find docc) process-archive \
25- transform-for-static-hosting docc /Build/Products/Debug-iphoneos/InputBarAccessoryView.doccarchive \
25+ transform-for-static-hosting /tmp/docbuild /Build/Products/Debug-iphoneos/InputBarAccessoryView.doccarchive \
2626 --hosting-base-path MessageKit/InputBarAccessoryView \
2727 --output-path docs/InputBarAccessoryView
2828 - name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments