I have this project with a gh-pages
branch setup.
The web content inside of it was published via gh pages generator function.
https://mh-cbon.github.io/go-msi/
It s really just the README.md to index.html + layout.
Now i would like this web content to be synced with my updates.
As a matter of fact, gh pages functionality requires to go through the github web ui to trigger the build.
Indeed, i made a test change on my readme, pushed it on master, but the published website remains the same.
See the commit
The test
wording won t be find into the site
Q: how can i do to automatically triggers the rebuild of my pages ? Ideally, with just a call to a github api. Would like not to do a plain setup of jekyll. If not possible, can you provide a 3 steps command way to build the pages using a free theme and the README.md of my project ?