Skip to content

Commit

Permalink
fix: build Italian docs for 'it' language (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupino3 committed Oct 16, 2023
1 parent ffd9799 commit c845db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tasks.register<PythonTask>("htmlDocsEn") {
}

tasks.register<PythonTask>("htmlDocsIt") {
workDir = "${projectDir}/docs/user/en/src"
workDir = "${projectDir}/docs/user/it/src"
command = buildDocsCmd("it", "html")
}
tasks.register<PythonTask>("htmlDocsZh") {
Expand Down

0 comments on commit c845db2

Please sign in to comment.