Why? It gives more power. Maybe I want to run JS minifiers or similar before the site is published? With some extra tooling in a build pipeline, it is possible. There are other possibilities as well, like not having to save the HTML renders from Emacs in the main source tree (i.e, only having the HTMLs in a github-pages branch). Then everything can simply be pushed to a Github Pages branch, avoiding polluting main with automated commits.
Solved by f83aea7 -> d81364c commits. Forgot to mention the issue number in those commits 😢 At least I have smileys from github now thanks to awesomesouce plugins 😻
Why? It gives more power. Maybe I want to run JS minifiers or similar before the site is published? With some extra tooling in a build pipeline, it is possible. There are other possibilities as well, like not having to save the HTML renders from Emacs in the main source tree (i.e, only having the HTMLs in a github-pages branch). Then everything can simply be pushed to a Github Pages branch, avoiding polluting main with automated commits.