Skip to content

Commit a3250c9

Browse files
committed
chore: updated Dokka command
1 parent 83ad095 commit a3250c9

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
@@ -47,7 +47,7 @@ jobs:
4747
# Run dokka and create tar
4848
- name: Generate documentation
4949
run: |
50-
./gradlew dokkaHtml
50+
./gradlew dokkaGenerate
5151
5252
echo "Creating tar for generated docs"
5353
cd $GITHUB_WORKSPACE/library/build/dokka/html && tar cvf ~/android-maps-utils-docs.tar .

0 commit comments

Comments
 (0)