Skip to content

Commit c845db2

Browse files
authored
fix: build Italian docs for 'it' language (#820)
1 parent ffd9799 commit c845db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tasks.register<PythonTask>("htmlDocsEn") {
7676
}
7777

7878
tasks.register<PythonTask>("htmlDocsIt") {
79-
workDir = "${projectDir}/docs/user/en/src"
79+
workDir = "${projectDir}/docs/user/it/src"
8080
command = buildDocsCmd("it", "html")
8181
}
8282
tasks.register<PythonTask>("htmlDocsZh") {

0 commit comments

Comments
 (0)