fetch all history

This commit is contained in:
Corwin 2024-04-30 17:55:43 +01:00
parent 4144f05cb7
commit 598e4b7286
No known key found for this signature in database

View file

@ -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