Skip to content

Commit 831a938

Browse files
committed
Fixes Kotlin#290: adds package-list to the files pushed to the gh-pages branch
1 parent 379f210 commit 831a938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ def buildDocsDir = "$buildDir/docs"
44
task copyDocs(type: Copy, dependsOn: rootProject.getTasksByName("dokka", true)) {
55
from (rootProject.getTasksByName("dokka", true).collect { "$it.project.buildDir/dokka" }) {
66
include "**/*.md"
7+
include "**/package-list"
78
}
89
from "docs"
910
into buildDocsDir

0 commit comments

Comments
 (0)