Add a step to build the book to the normal branch build

This commit is contained in:
Gwilym Kuiper 2022-01-12 23:11:54 +00:00
parent 0aa5d51c6f
commit fdc234b60b

View file

@ -31,8 +31,12 @@ jobs:
run: cargo install --path mgba-test-runner --verbose run: cargo install --path mgba-test-runner --verbose
- name: Install gbafix - name: Install gbafix
run: cargo install gbafix run: cargo install gbafix
- name: Install mdbook
run: cargo install mdbook
- name: Build and test all crates - name: Build and test all crates
run: bash .github/scripts/run-branch-build.sh run: bash .github/scripts/run-branch-build.sh
- name: Build example projects - name: Build example projects
run: bash .github/scripts/build-example-gba-files.sh run: bash .github/scripts/build-example-gba-files.sh
- name: Build the book
run: mdbook build
working-directory: book