swift-doc icon indicating copy to clipboard operation
swift-doc copied to clipboard

Loud GitHub diffs

Open jdmcd opened this issue 4 years ago • 0 comments

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.

jdmcd avatar Jun 07 '21 01:06 jdmcd