Update generate_dokka.yml

This commit is contained in:
Cloudburst 2022-08-13 16:53:05 +02:00 committed by GitHub
parent 1b1a8e6237
commit 43b4eb4a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -45,10 +45,11 @@ jobs:
cd src
chmod +x gradlew
./gradlew app:dokkaHtml
cd ..
- name: Copy Dokka
run: |
cp -r app/build/dokka/html $GITHUB_WORKSPACE/dokka/
cp -r src/app/build/dokka/html $GITHUB_WORKSPACE/dokka/
- name: Push builds
run: |