File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 5555 echo "$DEVICE_TYPE"
5656 echo "Building documentation for destination '$destination'"
5757 xcodebuild -skipMacroValidation -scheme "$TARGET" -destination "$destination" -derivedDataPath /tmp/data docbuild | xcbeautify --renderer github-actions
58+ ls /tmp/data
59+ ls /tmp/data/Build
60+ ls /tmp/data/Build/Products
61+ ls /tmp/data/Build/Products/Debug
5862 cp -R "/tmp/data/Build/Products/Debug/$TARGET.doccarchive" "$TARGET.doccarchive"
5963 shell : bash
6064 env :
Original file line number Diff line number Diff line change @@ -224,6 +224,9 @@ jobs:
224224 - name : Test
225225 run : swift test --test-product swift-cross-uiPackageTests
226226
227+ - name : Probe
228+ run : ls /usr/share/swift/usr/share/docc/render/
229+
227230 - name : Compile GtkBackend docs
228231 if : ${{ matrix.os == 'ubuntu-24.04' }}
229232 uses : ./.github/actions/compile-docs
You can’t perform that action at this time.
0 commit comments