Explore >> Select a destination


You are here

fanrongbin.com
| | davquar.it
1.8 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.
| | lukehansford.me
1.4 parsecs away

Travel
| |
| | www.andrlik.org
1.8 parsecs away

Travel
| | I've been using uv in my Github Actions workflows for a while now to speed up my runner environment creation, and I wanted to do the same for my publishing workflows. So, I created the following workflow for each of my PyPI packages.
| | earthly.dev
13.5 parsecs away

Travel
| Learn how to automate the process of developing, testing, building, and deploying Docker containers using GitHub Actions. This tutorial will guide ...