1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-31 17:47:56 +00:00

Publish docs via an artifact instead

We'll deploy this via a webhook instead.
This commit is contained in:
Jonathan Coates
2024-06-19 09:57:56 +01:00
parent 9fbb1070ef
commit af21792844
3 changed files with 12 additions and 34 deletions

View File

@@ -145,6 +145,8 @@ val docWebsite by tasks.registering(Copy::class) {
from(illuaminateDocs) { exclude("**/*.html") }
// And item/block images from the data export
from(file("src/htmlTransform/export/items")) { into("images/items") }
// Add the common-api (and core-api) javadoc
from(project(":common-api").tasks.named("javadoc")) { into("javadoc") }
into(layout.buildDirectory.dir("site"))
}