Skip to content

Commit

Permalink
docs: fix Dokka command (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso authored Oct 26, 2023
1 parent 59490b3 commit 7d15c30
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 7d15c30

Please sign in to comment.