Move kotlin API docs to more specific subdirectory

This commit is contained in:
thunderbiscuit
2022-11-14 13:10:51 -05:00
parent ce9ca63bc7
commit be058e11d9
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
./gradlew dokkaHtml
cd build/dokka/html
git init .
git add .
git switch --create gh-pages
git commit -m "Deploy"
git remote add origin git@github.com:bitcoindevkit/bdk-kotlin.git
git push --set-upstream origin gh-pages --force