We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a56ae7 commit 3887dcbCopy full SHA for 3887dcb
sdks/python/build.gradle
@@ -101,7 +101,7 @@ tasks.register("generateYamlDocs") {
101
exec {
102
executable 'sh'
103
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"
+ "${envdir}/bin/python -m apache_beam.yaml.generate_yaml_docs --html_file=${buildDir}/yaml-ref.html --examples_file=${buildDir}/yaml-examples.html"
105
}
106
107
outputs.file "${buildDir}/yaml-ref.html"
0 commit comments