We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bb869 commit b8419f4Copy full SHA for b8419f4
.github/workflows/release-artifacts.yml
@@ -17,9 +17,9 @@ jobs:
17
- name: Build Documentation
18
run: |
19
xcodebuild docbuild \
20
- -scheme SafariUI
21
- -destination "platform=iOS Simulator,OS=18.4,name=iPhone 16 Pro"
22
- -sdk iphonesimulator
+ -scheme SafariUI \
+ -destination "platform=iOS Simulator,OS=18.4,name=iPhone 16 Pro" \
+ -sdk iphonesimulator \
23
-derivedDataPath docs
24
- name: Compress DocC Archive
25
0 commit comments