From 46dcc0d67c4514a589928537f4209f4243eb3043 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 11:37:47 +0100 Subject: [PATCH] Adds the Building GitHub Actions book (#38) Co-authored-by: Michael Heap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94a370d..9307304 100644 --- a/README.md +++ b/README.md @@ -638,4 +638,4 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) - [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6) -- [CI-for-Research - GitHub Self-Hosted Runner Guides](https://github.com/ci-for-research/self-hosted-runners) - Collection of guides explaining how to set up GitHub self-hosted runners on several platforms. +- [Building GitHub Actions](https://actionsbook.com/)