We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ad095 commit a3250c9Copy full SHA for a3250c9
1 file changed
.github/workflows/docs.yml
@@ -47,7 +47,7 @@ jobs:
47
# Run dokka and create tar
48
- name: Generate documentation
49
run: |
50
- ./gradlew dokkaHtml
+ ./gradlew dokkaGenerate
51
52
echo "Creating tar for generated docs"
53
cd $GITHUB_WORKSPACE/library/build/dokka/html && tar cvf ~/android-maps-utils-docs.tar .
0 commit comments