Skip to content

feat: additional gh actions (#41) #1

feat: additional gh actions (#41)

feat: additional gh actions (#41) #1

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.