JohnStarich / go

This is a collection of my Go modules in one easy-to-import place
Apache License 2.0
55 stars 13 forks source link

Use pkgsite instead of godoc to generate a Github pages site? #55

Closed simonkotwicz closed 1 year ago

JohnStarich commented 1 year ago

Hey @simonkotwicz, I'd love to. Last I checked though, pkgsite doesn't offer library-like functionality so I can't import and run it from my own program 😞

I'd love to do this once pkgsite supports it though. I'll close for now, but we can keep the discussion going here. We could even re-open once pkgsite is usable.

simonkotwicz commented 1 year ago

I wonder if an approach similar to https://github.com/ktr0731/godoc-action/blob/18e9b17117cebd5ea657d8a3d9f0987acd1c08b3/main.bash#L13-L24 might work.