Skip to content

Commit 6df8c10

Browse files
committed
Create deploy_website.sh
1 parent 05c5fb0 commit 6df8c10

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

deploy_website.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
set -ex
4+
5+
./gradlew dokka
6+
mkdocs gh-deploy

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_name: Clikt
33
repo_url: https://github.com/ajalt/clikt
44
site_description: "Clikt: Simple, powerful command line parser for Kotlin"
55
site_author: AJ Alt
6-
remote_branch: master
6+
remote_branch: gh-pages
77

88
copyright: 'Copyright © 2019 AJ Alt'
99

0 commit comments

Comments
 (0)