Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Apr 6, 2024
1 parent bb0d706 commit 68afa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-static-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
branch=$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')

run_docc () {
xcodebuild docbuild -scheme SafariUI -destination generic/platform=iOS OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path SafariUI/docs --output-path docs" | xcbeautify
xcodebuild docbuild -scheme SafariUI-Package -destination generic/platform=iOS OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path SafariUI/docs --output-path docs" | xcbeautify
}

create_branches () {
Expand Down

0 comments on commit 68afa5d

Please sign in to comment.