Docs helper creates changes on consecutive runs for env_vars.yaml but there are none
Open
Type:Bug
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
When running `make -C docs docs-generate` one of the possible outputs is a changed file `env_vars.yaml`.
Currently and this is bad, when running make consecutive multiple time, the file changes every time, though the content itself is correct. This makes it defacto impossible to see deltas between real changed sources.
This needs to be fixed so we can track the delta correctly.
@dragonchaser @kobergj as discussed
Contributor guide
Assessment
This issue has not been assessed yet.