Skip to content

Commit

Permalink
ci: fix repo documentation deployment (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Mar 12, 2024
1 parent 7b52e79 commit 0485a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/generate-documentation
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cd "$PROJECT_ROOT"
mkdir "$TEMP_WORKSPACE_DIR"
mv Parse.xcworkspace "$TEMP_WORKSPACE_DIR/Parse.xcworkspace"

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

Expand Down

0 comments on commit 0485a6b

Please sign in to comment.