We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3c9b7 commit bd177f6Copy full SHA for bd177f6
1 file changed
Makefile
@@ -12,6 +12,12 @@ ci-job-clippy:
12
@echo "Running clippy on source files..."
13
@./tools/run_clippy.sh
14
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
+
21
.PHONY: ci-runner-github
22
ci-runner-github: ci-job-format ci-job-clippy
23
@echo "Running cargo check..."
0 commit comments