Fix lack of index.html

This commit is contained in:
Iaroslav Postovalov 2021-03-13 01:44:37 +07:00
parent 2216e23273
commit 6b44439d43
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -30,7 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build
run: ./gradlew dokkaHtmlMultiModule --no-daemon --no-parallel --stacktrace
run: |
./gradlew dokkaHtmlMultiModule --no-daemon --no-parallel --stacktrace
mv build/dokka/htmlMultiModule/-modules.html build/dokka/htmlMultiModule/index.html
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.0
with: