Skip to content

Commit 3887dcb

Browse files
authored
Update build.gradle (#34412)
1 parent 5a56ae7 commit 3887dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tasks.register("generateYamlDocs") {
101101
exec {
102102
executable 'sh'
103103
args '-c', "${envdir}/bin/pip install $extraPackages && " +
104-
"${envdir}/bin/python -m apache_beam.yaml.generate_yaml_docs --html_file=${buildDir}/yaml-ref.html --examples_file=${buildDir}/yaml-examples"
104+
"${envdir}/bin/python -m apache_beam.yaml.generate_yaml_docs --html_file=${buildDir}/yaml-ref.html --examples_file=${buildDir}/yaml-examples.html"
105105
}
106106
}
107107
outputs.file "${buildDir}/yaml-ref.html"

0 commit comments

Comments
 (0)