Skip to content

Commit 0485a6b

Browse files
authored
ci: fix repo documentation deployment (#161)
1 parent 7b52e79 commit 0485a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/generate-documentation

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cd "$PROJECT_ROOT"
102102
mkdir "$TEMP_WORKSPACE_DIR"
103103
mv Parse.xcworkspace "$TEMP_WORKSPACE_DIR/Parse.xcworkspace"
104104

105-
xcodebuild clean build -scheme ParseSwift\ \(iOS\) \
105+
xcodebuild clean build -scheme ParseSwift \
106106
-destination generic/platform=iOS \
107107
OTHER_SWIFT_FLAGS="-emit-symbol-graph -emit-symbol-graph-dir '$SGFS_DIR'" | xcpretty
108108

0 commit comments

Comments
 (0)