SwiftDocOrg / swift-doc

A documentation generator for Swift projects
https://swiftdoc.org
MIT License
1.68k stars 100 forks source link

Loud GitHub diffs #297

Open jdmcd opened 3 years ago

jdmcd commented 3 years ago

Hi there,

Thanks for the fantastic library! I just got this setup as a GH action which then immediately pushes the changes to the branch it runs on. Works like a charm.

However, I just noticed that the output is rather noisy - running the command on a repo that already had a docs folder results in a 44k line difference, all little things like changing the time of the generated output, etc. Is there a way to disable that? As you can imagine, it makes reviewing PRs difficult because now we have to sift through all of the regenerated changes. In a best case scenario, I think the command should change nothing in the docs folder if the documentation in the actual code didn't choose.