Restore playground state after process death (#9282) #3312
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 |