Do not build the book during test (#432)

Avoid spurious changes in the build output directory.
This commit is contained in:
xermicus
2025-12-15 14:16:03 +01:00
committed by GitHub
parent e568a924ae
commit 91bd1b0b4e
2 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -25,9 +25,12 @@ jobs:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- name: Install mdBook
- name: Install and test the mdBook
run: make test-book
- name: Build book
run: mdbook build book
- name: Build book to tmp
run: mdbook build book -d docs-tmp