diff --git a/latest.py b/latest.py index eba8af86..1493da4a 100644 --- a/latest.py +++ b/latest.py @@ -178,6 +178,7 @@ class Product: product_file.write("---\n") yaml_frontmatter = YAML() + yaml_frontmatter.width = 4096 # prevent line-wrap yaml_frontmatter.indent(sequence=4) yaml_frontmatter.dump(self.data, product_file)