diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 235ab98f..ba70b868 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 - \ No newline at end of file + - name: Build the book + run: mdbook build + working-directory: book \ No newline at end of file