Skip to content

Commit ceadcf2

Browse files
Fix docs workflow for Dokka v2
1 parent 7c30f82 commit ceadcf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Gradle
3939
uses: gradle/actions/setup-gradle@v3
4040
- name: Build API documentation with Dokka
41-
run: ./gradlew ui:dokkaHtml --no-configuration-cache
41+
run: ./gradlew ui:dokkaGeneratePublicationHtml
4242
- name: Build with Jekyll
4343
uses: actions/jekyll-build-pages@v1
4444
with:

0 commit comments

Comments
 (0)