Saga icon indicating copy to clipboard operation
Saga copied to clipboard

Automatically generate the docs

Open kevinrenskers opened this issue 1 year ago • 0 comments

Right now I have to manually generate and commit the docs, and it's way too easy to forget about this.

I should look into a pre-commit hook, or even better, a GitHub Action to do this on every commit (or every pushed tag?). Ideally without that action creating its own commits, allowing me to remove the docs folder from the repo as those files are created on demand. Ala Netlify building my website and those build results not being part of my repo at all. But I guess that's not possible with GitHub Pages?

Maybe just host the docs at saga.loopwerk.io instead.

kevinrenskers avatar Feb 19 '25 05:02 kevinrenskers