Doing stupid stuff with GitHub Actions
devopsdirective.com
Doing stupid stuff with GitHub Actions
1–10 of 46 posts
Re: Doing stupid stuff with GitHub Actions
#2Re: Doing stupid stuff with GitHub Actions
#3Re: Doing stupid stuff with GitHub Actions
#4nice site, it's clean
Re: Doing stupid stuff with GitHub Actions
#5nice site, it's clean
Most of the credit goes to Alex Shpak (https://github.com/alex-shpak/) who created the "Book" theme for hugo (https://themes.gohugo.io/hugo-book/).
Re: Doing stupid stuff with GitHub Actions
#6I rarely see a sense of humor on HN. It’s a nice surprise and I hope to see more of it. Nice job!
I figured if I was going to learn a new tool, I might as well have some fun along the way!
Re: Doing stupid stuff with GitHub Actions
#71. Spin up a Python Flask web server on localhost
2. Run "wget --mirror" against it to crawl the site and save it as static files
3. Publish the resulting static files to GitHub Pages
The workflow is here. It's genius: https://github.com/pubstandards/pubstandards-london/blob/899...
Re: Doing stupid stuff with GitHub Actions
#8nice site, it's clean
Re: Doing stupid stuff with GitHub Actions
#9I really enjoyed Jonty Wareing's hack recently where he built a static site generator inside a GitHub Action that works by doing the following: 1. Spin up a Python Flask web server on localhost 2. Run "wget --mirror" against it to crawl the site and save it as static files 3. Publish the resulting static files to GitHub Pages The workflow is here. It's genius: https://github.com/pubstandards/pubstandards-london/blob/…
Re: Doing stupid stuff with GitHub Actions
#10I really enjoyed Jonty Wareing's hack recently where he built a static site generator inside a GitHub Action that works by doing the following: 1. Spin up a Python Flask web server on localhost 2. Run "wget --mirror" against it to crawl the site and save it as static files 3. Publish the resulting static files to GitHub Pages The workflow is here. It's genius: https://github.com/pubstandards/pubstandards-london/blob/…
I have seen people doing fun things with GitHub Actions for the new GitHub profile readme feature as well.
This community chess game is one of my favorites https://github.com/timburgan/timburgan
It uses the creation GitHub issues on the repo as the input method/trgger which is a pretty clever hack.