Skip to content

Commit

Permalink
Merge pull request SciProgCentre#238 from mipt-npm/commandertvis/fix-…
Browse files Browse the repository at this point in the history
…pages-index

Fix lack of index.html
  • Loading branch information
altavir authored Mar 12, 2021
2 parents 2216e23 + 6b44439 commit 48ad773
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 48ad773

Please sign in to comment.