Skip to content

Commit

Permalink
Add xcbeautify to doc generation script (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed May 6, 2023
1 parent 5ba89b3 commit aa3b6b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions generate-static-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit aa3b6b8

Please sign in to comment.