From 50b4638c67c8ba1ada101ed24c5cb4aef7c159e1 Mon Sep 17 00:00:00 2001 From: hawkeyexl Date: Wed, 25 Sep 2024 18:53:23 -0700 Subject: [PATCH] Update shortcut text --- _posts/2024-08-10-ci-with-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-08-10-ci-with-github-actions.md b/_posts/2024-08-10-ci-with-github-actions.md index d73aa5f..e3316d2 100644 --- a/_posts/2024-08-10-ci-with-github-actions.md +++ b/_posts/2024-08-10-ci-with-github-actions.md @@ -25,7 +25,7 @@ This tutorial is mostly focused on setting up Doc Detective in CI/CD, so we're g ## The Lazy Way -If you don't want to go through all of the steps above, you can just fork the [doc-detective-ci-cd starting point branch](https://github.com/nikomancy/doc-detective-ci-cd/tree/starting-point) which contains the files you would get from following the above instructions. +If you don’t want to go through all of the following steps, you can fork the [doc-detective-ci-cd starting point branch](https://github.com/nikomancy/doc-detective-ci-cd/tree/starting-point). This branch contains the files and code you would get from following the instructions in this post. Download the contents of the branch, add them to your own repository's `gh-pages` branch, and push them to origin.