Skip to content

Commit

Permalink
chore: reset Dokka command
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jan 10, 2024
1 parent f65cb92 commit aa614fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Run dokka and create tar
- name: Generate documentation
run: |
./gradlew dokkaHtmlMultiModule
./gradlew dokkaHtml
echo "Creating tar for generated docs"
cd $GITHUB_WORKSPACE/maps-utils-ktx/build/documentation && tar cvf ~/maps-utils-docs.tar .
Expand Down

0 comments on commit aa614fc

Please sign in to comment.