mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-04 06:01:35 +11:00
fetch all history
This commit is contained in:
parent
4144f05cb7
commit
598e4b7286
2
.github/workflows/build-site.yml
vendored
2
.github/workflows/build-site.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: sudo apt-get update && sudo apt-get install build-essential libelf-dev zip -y
|
run: sudo apt-get update && sudo apt-get install build-essential libelf-dev zip -y
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Checkout latest released version's book
|
- name: Checkout latest released version's book
|
||||||
run: git restore --source $(git describe --tags --abbrev=0) book
|
run: git restore --source $(git describe --tags --abbrev=0) book
|
||||||
- name: Cache
|
- name: Cache
|
||||||
|
|
Loading…
Reference in a new issue