wanderer icon indicating copy to clipboard operation
wanderer copied to clipboard

Build docs image via GitHub actions

Open cugu opened this issue 6 months ago • 3 comments

Build and push docs image for every push on main.

cugu avatar Aug 23 '25 18:08 cugu

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.

Flomp avatar Aug 24 '25 08:08 Flomp

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.

cugu avatar Aug 24 '25 16:08 cugu

Since you tag your releases @Flomp , wouldn't it be possible to build the docs whenever a new tag is pushed (to main)?

BerendWouters avatar Aug 31 '25 11:08 BerendWouters