Fix wrong task name

This commit is contained in:
Iaroslav Postovalov 2021-03-13 00:04:10 +07:00
parent 5e9b2de8b0
commit 1c02ab3471
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -23,7 +23,7 @@ jobs:
restore-keys: |
ubuntu-20.04-gradle-
- name: Build
run: ./gradlew build --no-daemon --stacktrace
run: ./gradlew dokkaHtmlMultiModule --no-daemon --stacktrace
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.0
with: