We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56d1e2 commit 03ee428Copy full SHA for 03ee428
deploy.sh
@@ -17,7 +17,7 @@ echo "www.ktorm.org" > "$BASEDIR/public/CNAME"
17
18
# Clone the project repo.
19
[ -e "$PROJECT_DIR" ] && rm -rf "$PROJECT_DIR"
20
-git clone --depth=1 --branch=dev https://github.com/kotlin-orm/ktorm.git "$PROJECT_DIR"
+git clone --depth=1 --branch=master https://github.com/kotlin-orm/ktorm.git "$PROJECT_DIR"
21
22
# Generate dokka html.
23
cd "$PROJECT_DIR" && ./gradlew dokkaHtmlMultiModule -Ddokka.templatesDir="$BASEDIR/dokka/templates"
0 commit comments