Attempt to wait for the intent callback to be available before failin… #4123
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |