Skip to content

Commit acea83a

Browse files
committed
Fix generate-docs.sh script.
1 parent 781175a commit acea83a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generate-docs.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
cd "$(dirname "${BASH_SOURCE[0]}")"
66

77
module="BTree"
8-
scheme="BTree-Mac"
8+
scheme="BTree-macOS"
99

1010
version="$(grep VERSION_STRING version.xcconfig | sed 's/^VERSION_STRING = //' | sed 's/ *$//')"
1111
case "$version" in
@@ -30,5 +30,4 @@ jazzy \
3030
--module "$module" \
3131
--root-url "https://lorentey.github.io/$module/reference/" \
3232
--theme fullwidth \
33-
--output gh-pages/api \
34-
--swift-version 2.2
33+
--output gh-pages/api

0 commit comments

Comments
 (0)