Skip to content

Commit 632f60e

Browse files
committed
Updated build.yml Github workflow for newer Dokka
1 parent b584d32 commit 632f60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Generate docs with dokka
107107
env:
108108
PACKAGE_VERSION: ${{ github.event.release.tag_name }}
109-
run: ./gradlew dokkaHtml
109+
run: ./gradlew dokkaGeneratePublicationHtml
110110

111111
- name: Upload artifact
112112
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)