How to force GitHub Pages build?

From GitHub support, 2014-06-07: It’s not currently possible to manually trigger a rebuild, without pushing a commit to the appropriate branch. Edit: As Andy pointed out in the comments, you can push an empty commit with the command: git commit -m ‘rebuild pages’ –allow-empty git push origin <branch-name> Edit 2: Thanks to GitHub Actions, it’s … Read more