Enabling Jekyll breaks YAML #16
Labels
effort: 2
good first issue
Good for newcomers.
help
type: chore
Other necessary (but less impactful) tasks.
https://github.com/depscloud/deploy/blob/main/.github/workflows/branch.yaml#L28
When jekyll is enabled, it transforms YAML files, often breaking some of the definitions. We were able to put a solution into place that mitigates that. It would be nice to use a simple markdown converter to turn the
README.md
file into a single HTML file during build and then set this property to false.The text was updated successfully, but these errors were encountered: