Build docs image via GitHub actions
Build and push docs image for every push on main.
The problem I see with running this on every push to main is that the docs will get out of sync with the latest version. Since the project is still fairly small I take the liberty of pushing directly to main. That means that changes that are not released will already end up in the docs.
True, but also updates of the docs that do apply to the current version are not released until the next release.
But docs with versions are also terrible. Not sure on the best solution here.
Since you tag your releases @Flomp , wouldn't it be possible to build the docs whenever a new tag is pushed (to main)?