From 950d1e41fb540a29fd785d00e73a1c5ae5e0a2f1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 22 Sep 2023 21:02:51 +0200 Subject: [PATCH] Documentation --- docs/blog/posts/git-sparse-checkout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/git-sparse-checkout.md b/docs/blog/posts/git-sparse-checkout.md index b4fd6ce05..e16b2a6ae 100644 --- a/docs/blog/posts/git-sparse-checkout.md +++ b/docs/blog/posts/git-sparse-checkout.md @@ -24,7 +24,7 @@ wonderful [`git-committers`][git-committers] and [`git-revision-date-localized`] [dates] at the bottom of each page, we are required to set `fetch-depth: 0`, which resulted in checkout times of 20 to 30 seconds on our repository. By leveraging [`git sparse-checkout`][git sparse-checkout] within [GitHub Actions], -we were able to bring down checkout time to 2 seconds. +check out time was brought down to 2 seconds. [git sparse-checkout]: https://git-scm.com/docs/git-sparse-checkout [GitHub Actions]: ../../publishing-your-site.md#with-github-actions