Skip to content

Commit

Permalink
fix: fixed Dokka command
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 26, 2023
1 parent 59490b3 commit 40622be
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 dokka
./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 40622be

Please sign in to comment.