/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

huey.xyz
| | davquar.it
1.1 parsecs away

Travel
| | A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.
| | simonwillison.net
1.3 parsecs away

Travel
| | Git scraping is the name I've given a scraping technique that I've been experimenting with for a few years now. It's really effective, and more people should use it. Update ...
| | peterullrich.com
1.2 parsecs away

Travel
| | How to automate a reoccurring job using GitHub Actions in order to fetch and upload latest data to a GitHub repository.
| | www.webstoemp.com
11.1 parsecs away

Travel
| While I regularily use services like Buddy or DeployHQ to build and deploy Craft CMS websites, I wanted to experiment with Github Actions. Here is what I came up with and why.