Skip to content

Commit

Permalink
Ignore icons generation in site build due to error in :CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Sep 28, 2024
1 parent 89fa2f9 commit 0e95723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ rootProject

task("mkDocs") {
dependsOn(rootProject.tasks["dokkaHtmlMultiModule"], tasks["jacocoRootReport"])
dependsOn("icons")
// TODO Fix 'convert' command execution (icons.gradle) in latest Ubuntu 24 LTS (used in runners)
// dependsOn("icons")

doLast {
val contentTarget = project.file("build/content").absolutePath
Expand Down

0 comments on commit 0e95723

Please sign in to comment.