forked from recloudstream/cloudstream
Update generate_dokka.yml
This commit is contained in:
parent
6e5d129d81
commit
772ada0b43
1 changed files with 4 additions and 3 deletions
5
.github/workflows/generate_dokka.yml
vendored
5
.github/workflows/generate_dokka.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Build
|
name: Dokka
|
||||||
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency
|
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency
|
||||||
concurrency:
|
concurrency:
|
||||||
|
@ -43,7 +43,8 @@ jobs:
|
||||||
- name: Generate Dokka
|
- name: Generate Dokka
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
./gradlew Aliucord:dokkaHtml
|
chmod +x gradlew
|
||||||
|
./gradlew app:dokkaHtml
|
||||||
|
|
||||||
- name: Copy Dokka
|
- name: Copy Dokka
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue