Add temporary API docs
This commit is contained in:
8
api-docs/deploy.sh
Normal file
8
api-docs/deploy.sh
Normal 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
|
||||
Reference in New Issue
Block a user