From afa95f0be9cc9be205b9e8d39e5026435eabde8e Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Mon, 21 Oct 2024 14:45:03 -0600 Subject: [PATCH] try to checkout git history --- .github/workflows/book.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 4fe343e..2b49828 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -19,7 +19,8 @@ jobs: steps: - uses: actions/checkout@v4 - fetch-depth: 0 + with: + fetch-depth: 0 - uses: actions/setup-python@v4 with: