Add temporary API docs

This commit is contained in:
thunderbiscuit
2022-09-08 09:33:36 -04:00
parent d603932e23
commit 4d973e7ab6
9 changed files with 381 additions and 0 deletions

8
api-docs/deploy.sh Normal file
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