Skip to content

Commit f24d94f

Browse files
committed
Fix Dokka Gradle task call in API docs workflow.
1 parent ba63122 commit f24d94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apidocs.yaml

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

3838
- name: Generate Dokka Site
3939
run: |-
40-
./gradlew :docs:clean :docs:dokkaGenerate
40+
./gradlew clean dokkaGenerate
4141
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)