Skip to content

Commit b8419f4

Browse files
committed
Add auto-archive docc upload on release
1 parent a7bb869 commit b8419f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Build Documentation
1818
run: |
1919
xcodebuild docbuild \
20-
-scheme SafariUI
21-
-destination "platform=iOS Simulator,OS=18.4,name=iPhone 16 Pro"
22-
-sdk iphonesimulator
20+
-scheme SafariUI \
21+
-destination "platform=iOS Simulator,OS=18.4,name=iPhone 16 Pro" \
22+
-sdk iphonesimulator \
2323
-derivedDataPath docs
2424
- name: Compress DocC Archive
2525
run: |

0 commit comments

Comments
 (0)