-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
C-questionCategory: A question on how to do somethingCategory: A question on how to do something
Description
Question
Hi.
I use a GitLab CI/CD pipeline to automatically build and deploy an mdbook.
All works fine, except mdbook test
.
mdbook test
works however on developer machine.
What am I missing?
$ wget -q https://github.com/rust-lang/mdBook/releases/download/v0.4.44/mdbook-v0.4.44-x86_64-unknown-linux-gnu.tar.gz
$ tar -xzf mdbook-v0.4.44-x86_64-unknown-linux-gnu.tar.gz
$ ./mdbook build
$ ./mdbook test
2025-02-02 05:37:05 [INFO] (mdbook::book): Testing chapter 'Chapter 1': "chapter_1.md"
2025-02-02 05:37:05 [ERROR] (mdbook::utils): Error: No such file or directory (os error 2)
Version
mdbook v0.4.44
Metadata
Metadata
Assignees
Labels
C-questionCategory: A question on how to do somethingCategory: A question on how to do something