From 4144f05cb7c5e4ef349b68bb15263f5a49d687c5 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 30 Apr 2024 17:41:34 +0100 Subject: [PATCH] use most recent book --- .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 025648c3..0f8dbae3 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 + - name: Checkout latest released version's book + run: git restore --source $(git describe --tags --abbrev=0) book - name: Cache uses: actions/cache@v4 with: