Skip to content

Commit

Permalink
docs: updated Dokka config
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Nov 6, 2023
1 parent 421a1ef commit 04721a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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 @@ -37,7 +37,7 @@ jobs:
./gradlew dokkaHtml
echo "Creating tar for generated docs"
cd $GITHUB_WORKSPACE/places-ktx/build/documentation && tar cvf ~/places-ktx-docs.tar .
cd $GITHUB_WORKSPACE/places-ktx/build/dokka && tar cvf ~/places-ktx-docs.tar .
echo "Unpacking tar into gh-pages branch"
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ buildscript {
}
}

plugins {
id "org.jetbrains.dokka" version "1.9.10"
}


ext.projectArtifactId = { project ->
if (project.name == 'places-ktx') {
return project.name
Expand Down

0 comments on commit 04721a1

Please sign in to comment.