Skip to content

Commit 03ee428

Browse files
update ktorm branch
1 parent f56d1e2 commit 03ee428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "www.ktorm.org" > "$BASEDIR/public/CNAME"
1717

1818
# Clone the project repo.
1919
[ -e "$PROJECT_DIR" ] && rm -rf "$PROJECT_DIR"
20-
git clone --depth=1 --branch=dev https://github.com/kotlin-orm/ktorm.git "$PROJECT_DIR"
20+
git clone --depth=1 --branch=master https://github.com/kotlin-orm/ktorm.git "$PROJECT_DIR"
2121

2222
# Generate dokka html.
2323
cd "$PROJECT_DIR" && ./gradlew dokkaHtmlMultiModule -Ddokka.templatesDir="$BASEDIR/dokka/templates"

0 commit comments

Comments
 (0)