Skip to content

Commit

Permalink
Create deploy_website.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 23, 2019
1 parent 05c5fb0 commit 6df8c10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions deploy_website.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

set -ex

./gradlew dokka
mkdocs gh-deploy
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repo_name: Clikt
repo_url: https://github.com/ajalt/clikt
site_description: "Clikt: Simple, powerful command line parser for Kotlin"
site_author: AJ Alt
remote_branch: master
remote_branch: gh-pages

copyright: 'Copyright © 2019 AJ Alt'

Expand Down

0 comments on commit 6df8c10

Please sign in to comment.