Skip to content

Create a FormType to simplify form decision making in vertical mode. … #3822

Create a FormType to simplify form decision making in vertical mode. …

Create a FormType to simplify form decision making in vertical mode. … #3822

Workflow file for this run

name: Generate Dokka
on:
workflow_dispatch:
pull_request:
paths:
- '**/*.gradle'
- '*.gradle'
push:
branches:
- master
jobs:
generate-dokka:
name: Generate Dokka
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/stripe_setup
- name: Generate Dokka Documentation
run: ./gradlew dokkaHtmlMultiModule