Skip to content

Update dependency com.google.android.material:material to v1.9.0 (#95) #50

Update dependency com.google.android.material:material to v1.9.0 (#95)

Update dependency com.google.android.material:material to v1.9.0 (#95) #50

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.1
with:
branch: docs # The branch the action should deploy to.
folder: emojify/build/docs/dokka # The folder the action should deploy.