Merge pull request #235 from mipt-npm/commandertvis/fix-wrong-task

Fix wrong task name
This commit is contained in:
Alexander Nozik 2021-03-12 20:07:34 +03:00 committed by GitHub
commit de89ef437c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: