Skip to content

Commit b418074

Browse files
committed
Include package-list files into documentation site
Fixes #290
1 parent 548e778 commit b418074

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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

site/docs/_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ markdown: kramdown
1313
exclude:
1414
- Gemfile
1515
- Gemfile.lock
16+
include:
17+
- package-list

0 commit comments

Comments
 (0)