From 598e4b7286b61b60114127220d4b345118d2eb70 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 30 Apr 2024 17:55:43 +0100 Subject: [PATCH] fetch all history --- .github/workflows/build-site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 0f8dbae3..2ff75918 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -17,6 +17,8 @@ jobs: - name: Install build tools run: sudo apt-get update && sudo apt-get install build-essential libelf-dev zip -y - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Checkout latest released version's book run: git restore --source $(git describe --tags --abbrev=0) book - name: Cache