Explore >> Select a destination


You are here

tech.michaelaltfield.net
| | blog.dornea.nu
1.1 parsecs away

Travel
| | [AI summary] A technical tutorial explaining how to set up and use Sphinx to generate documentation for software projects.
| | earthly.dev
3.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 ...
| | davquar.it
3.3 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.
| | til.simonwillison.net
5.8 parsecs away

Travel
| I figured out a minimal pattern for building a completely custom website using GitHub Actions and deploying the result to GitHub Pages.