Update generate_dokka.yml

This commit is contained in:
Cloudburst 2022-08-13 16:12:41 +02:00 committed by GitHub
parent 6e5d129d81
commit 772ada0b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Build
name: Dokka
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency
concurrency:
@ -43,7 +43,8 @@ jobs:
- name: Generate Dokka
run: |
cd src
./gradlew Aliucord:dokkaHtml
chmod +x gradlew
./gradlew app:dokkaHtml
- name: Copy Dokka
run: |
@ -56,4 +57,4 @@ jobs:
git config --local user.name "GitHub Actions"
git add .
git commit --amend -m "Generate dokka for $GITHUB_SHA" || exit 0 # do not error if nothing to commit
git push --force
git push --force