From aa3b6b86316b033f3d558ce4c0bc82563513b189 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Sat, 6 May 2023 14:18:12 -0700 Subject: [PATCH] Add xcbeautify to doc generation script (#5) --- generate-static-site.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/generate-static-site.sh b/generate-static-site.sh index 965126c33..2514be4ce 100755 --- a/generate-static-site.sh +++ b/generate-static-site.sh @@ -2,9 +2,7 @@ branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p') run_docc () { - xcodebuild docbuild -scheme SafariView \ - -destination generic/platform=iOS \ - OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path SafariView/docs --output-path docs" + xcodebuild docbuild -scheme SafariView -destination generic/platform=iOS OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path SafariView/docs --output-path docs" | xcbeautify } create_branches () {