Skip to content

Commit c80c21a

Browse files
Fix release dokka call
1 parent 6c65b3b commit c80c21a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
-
1818
name: Docs Requirements
1919
run: >
20-
./gradlew dokkaHtmlMultiModule -Pversion=latest &&
20+
./gradlew dokkaGeneratePublicationHtml -Pversion=latest &&
2121
if [[ $(git status --porcelain) ]]; then
2222
echo "Docs are out of date!" && exit 1;
2323
else

0 commit comments

Comments
 (0)