Explore >> Select a destination


You are here

www.andrlik.org
| | www.sethvargo.com
1.8 parsecs away

Travel
| | This post explores how to code and publish GitHub Actions using Docker so you can write in any language - including Go.
| | www.argpar.se
1.6 parsecs away

Travel
| | A starting point on how to use github actions for python packages. Explains how to work with matrices and how that integrates with TOX.
| | davquar.it
2.0 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.
| | www.djpeacher.com
11.1 parsecs away

Travel
| If you want a quick (and free) way to deploy your Hugo site, using GitHub Action is a great option!