Skip to content

Commit 0663efe

Browse files
Update documentation.yml
1 parent 938685a commit 0663efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
- name: Setup Pages
2828
uses: actions/configure-pages@v5
29-
- run: cd Sources && ./gradlew :sdk:metalavaGenerateJavadocRelease
29+
- run: cd Sources && ./gradlew :sdk:dokkaGeneratePublicationHtml
3030
- name: Upload artifact
3131
uses: actions/upload-pages-artifact@v3
3232
with:

0 commit comments

Comments
 (0)