Explore >> Select a destination


You are here

earthly.dev
| | davquar.it
1.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.
| | www.webstoemp.com
1.6 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.
| | zelig880.com
1.6 parsecs away

Travel
| | Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions.
| | briankung.dev
11.1 parsecs away

Travel
| I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...