Update kdocs.yml

This commit is contained in:
InsanusMokrassar 2021-03-21 23:22:16 +06:00 committed by GitHub
parent 308fb9274b
commit 80093cb5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
with:
java-version: 1.8
- name: Build
run: ./gradlew dokkaGfm
run: ./gradlew dokkaHtml
- name: Publish KDocs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/dokka/gfm
publish_dir: ./docs/build/dokka/html
publish_branch: kdocs