Skip to content

Commit 436adf3

Browse files
committed
Update githubpages
1 parent 38ce1a7 commit 436adf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubpages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: gradle/actions/setup-gradle@v3
2020

21-
- run: ./gradlew -Pversion=${{ github.event.release.tag_name }} dokkaHtml
21+
- run: ./gradlew -Pversion=${{ github.event.release.tag_name }} dokkaHtmlMultiModule
2222

2323
- name: Deploy to gh-pages
2424
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)