Skip to content

fix(deps): update androix.lifecycle to v2.10.0 (#438) #393

fix(deps): update androix.lifecycle to v2.10.0 (#438)

fix(deps): update androix.lifecycle to v2.10.0 (#438) #393

Workflow file for this run

name: gradle-dokka
on:
push:
branches: [ develop ]
jobs:
gradle-dokka:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'adopt'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Generate docs with dokka
run: ./gradlew dokkaHtmlMultiModule
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.7.4
with:
branch: docs # The branch the action should deploy to.
folder: dokka-docs # The folder the action should deploy.