Skip to content

Update klint to 0.49.1 #58

Update klint to 0.49.1

Update klint to 0.49.1 #58

Workflow file for this run

name: gradle-dokka-html
on:
push:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Generate docs with dokka
run: ./gradlew emojify:dokkaHtml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: docs # The branch the action should deploy to.
folder: emojify/build/docs/dokka # The folder the action should deploy.