Skip to content

Commit bd177f6

Browse files
committed
chore: add Makefile target to build mdBook locally
1 parent 1c3c9b7 commit bd177f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ ci-job-clippy:
1212
@echo "Running clippy on source files..."
1313
@./tools/run_clippy.sh
1414

15+
.PHONY: ci-job-mdbook
16+
ci-job-mdbook:
17+
@echo "Installing mdBook if necessary and building docs..."
18+
@cargo install mdbook --version "^0.4" --force
19+
@mdbook build docs
20+
1521
.PHONY: ci-runner-github
1622
ci-runner-github: ci-job-format ci-job-clippy
1723
@echo "Running cargo check..."

0 commit comments

Comments
 (0)