Skip to content

0.7.1.1

0.7.1.1 #5

Workflow file for this run

name: Dokka publication
on:
workflow_dispatch:
release:
types: [ created ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
java-version: 11
distribution: liberica
- name: Cache konan
uses: actions/[email protected]
with:
path: ~/.konan
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
restore-keys: |
${{ runner.os }}-gradle-
- uses: gradle/[email protected]
with:
arguments: dokkaHtmlMultiModule --no-parallel
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build/dokka/htmlMultiModule