AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
GitHub Action Files for Event Workflows
A couple of my repos were the most committed GitHub repos in the UK for the whole of last year because they were running so many automated commits. It turns out that you don't actually need to store the website that you built in the repo. You can generate what basically ends up as a sipped up tarble and it gets stored on servers. And you can control how long that artifact is kept for. But basically, if you go to the web page inside your workflow run and it generated an artifact, you can download that artifact to your local machine and examine it.