suyashkumar / dicom

⚡High Performance DICOM Medical Image Parser in Go.
MIT License
950 stars 138 forks source link

GitHub action to generate GoDoc Artifacts on PRs/Commits? #185

Open suyashkumar opened 3 years ago

suyashkumar commented 3 years ago

It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers can easily preview what the GoDoc will look like.

It looks like the easiest way to do this is with wget sadly (if you want all the nice styles and such applied in the html).

suyashkumar commented 3 years ago

More details on GitHub actions artifacts: https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts