mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Use book of the most recently published agb (#663)
This commit is contained in:
commit
543ce32339
4
.github/workflows/build-site.yml
vendored
4
.github/workflows/build-site.yml
vendored
|
@ -17,6 +17,10 @@ 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
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue