Building Better Docs - Automating Jekyll Builds and Link Checking for PRs
How to automate Jekyll documentation builds and link checking using GitHub Actions for PRs, improving contributor workflow.
How to automate Jekyll documentation builds and link checking using GitHub Actions for PRs, improving contributor workflow.
A guide to configuring and running Ruby on Rails system tests with headless Chrome in GitHub Actions CI/CD pipelines.
A guide to automating regular Netlify static site deployments using scheduled GitHub Actions, focusing on updating webmentions.
A step-by-step guide to setting up and running Cypress end-to-end tests using GitHub Actions workflows.
A list of the top 10 most popular AWS DevOps blog posts from 2022, covering CI/CD, IaC, and cloud deployment best practices.
Introducing an unofficial .NET SDK for creating GitHub Actions, making automation easier for C# developers.
A guide to automating pull request creation and auto-merging for content updates using GitHub Actions and the GitHub CLI.
A developer shares hard-won lessons and pitfalls encountered while migrating a CI/CD pipeline from Jenkins to GitHub Actions.
A tutorial on building and deploying a serverless Go web service using Azure Functions custom handlers, with automated CI/CD via GitHub Actions.
A technical guide comparing two methods for parallelizing iOS tests across multiple versions using GitHub Actions and Fastlane.
A guide on accessing the deployed URL of an Azure Static Web App within a GitHub Actions workflow for automated testing.
Strategies for efficiently scheduling Docker containers to integration test 14+ databases in GitHub Actions, improving CI performance.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.
How to specify a Node.js version for an Azure Static Web App GitHub Action by using the engines field in package.json.
A guide to deploying a NestJS application to Google Cloud Run, covering manual setup and automated CI/CD with GitHub Actions.
A guide to automating content syndication from dev.to to an Eleventy blog using GitHub Actions, including markdown manipulation and API integration.
A guide to using Playwright test sharding with a GitHub Actions job matrix to significantly speed up CI/CD pipeline execution.
How to schedule automated publishing of future-dated Hugo blog posts using GitHub Actions cron jobs when hosting on Azure Static Web Apps.
A tutorial on setting up CI pipelines for Dockerized PHP applications using GitHub Actions and GitLab CI.
Explains how to update pre-installed tools like GitHub CLI on GitHub-hosted runners when the default version is outdated, using brew or .deb packages.