Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Jul 8, 2023
1 parent 23a38ba commit 7a5f6ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda",
"version" : "1.2.0"
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", exact: "0.51.7")
],
targets: [
Expand Down
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 SafariView -destination generic/platform=iOS OTHER_DOCC_FLAGS="--target SafariView --disable-indexing --transform-for-static-hosting --hosting-base-path SafariView/docs --output-path docs --include-extended-types" | xcbeautify
xcodebuild docbuild -scheme SafariView -destination generic/platform=iOS OTHER_DOCC_FLAGS="--include-extended-types --transform-for-static-hosting --hosting-base-path SafariView/docs --output-path docs" | xcbeautify
}

create_branches () {
Expand Down

0 comments on commit 7a5f6ca

Please sign in to comment.