mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
use most recent book
This commit is contained in:
parent
3d0de3535e
commit
4144f05cb7
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
|
||||||
|
- name: Checkout latest released version's book
|
||||||
|
run: git restore --source $(git describe --tags --abbrev=0) book
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue