Skip to content

Update koin to v3.5.0 (#99) #95

Update koin to v3.5.0 (#99)

Update koin to v3.5.0 (#99) #95

Workflow file for this run

name: gradle-dokka
on:
push:
branches: [ develop ]
jobs:
gradle-dokka:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
- 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.4.3
with:
branch: docs # The branch the action should deploy to.
folder: dokka-docs # The folder the action should deploy.