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: