mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Add a step to build the book to the normal branch build
This commit is contained in:
parent
0aa5d51c6f
commit
fdc234b60b
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -31,8 +31,12 @@ jobs:
|
|||
run: cargo install --path mgba-test-runner --verbose
|
||||
- name: Install gbafix
|
||||
run: cargo install gbafix
|
||||
- name: Install mdbook
|
||||
run: cargo install mdbook
|
||||
- name: Build and test all crates
|
||||
run: bash .github/scripts/run-branch-build.sh
|
||||
- name: Build example projects
|
||||
run: bash .github/scripts/build-example-gba-files.sh
|
||||
|
||||
- name: Build the book
|
||||
run: mdbook build
|
||||
working-directory: book
|
Loading…
Reference in a new issue