This might be of interest to those of you that use TiddlyWiki on node.js and are already comfortable using Github for version control.
In a recent conversation with @Mohammad the topic of using Github Actions to build a TiddlyWiki from a wiki folder came up. As a result, I put together a quick guide to assist in getting started with this process.
The basic idea is that you push your wiki folder to a Github repository, where Github Actions build the single file version of TiddlyWiki for you and make it available at a public URL.
This could also be tweaked to use a private repository and only include a subset of tiddlers when publishing to a public URL. Or potentially to export a static site and publish that.