Get the latest tech news
Building and deploying a custom site using GitHub Actions and GitHub Pages
I figured out a minimal pattern for building a completely custom website using GitHub Actions and deploying the result to GitHub Pages.
I figured out a minimal pattern for building a completely custom website using GitHub Actions and deploying the result to GitHub Pages. Anything that goes in that_site/ directory will be published to the GitHub Pages site. You can combine this trick with scheduled workflows and Git scraping to create all sorts of interesting and useful things.
Or read this on Hacker News