Skip to content

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines… #7

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines…

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines… #7

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Build docs
run: ./gradlew --no-daemon unleashandroidsdk:dokkaHtml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: unleashandroidsdk/build/dokka/html # The folder the action should deploy.