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:
@@ -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"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user