Skip to content

Commit e1c3d73

Browse files
committed
chore: Small modifications in MAKEFILE to generate book.toml
1 parent 6c210cf commit e1c3d73

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Makefile

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

15-
.PHONY: ci-job-mdbook
1615
ci-job-mdbook:
16+
@echo "Generating book.toml..."
17+
@./tools/gen_book_toml.sh ci
1718
@echo "Installing mdBook if necessary and building docs..."
1819
@which mdbook >/dev/null 2>&1 || cargo install mdbook
1920
@mdbook build docs
@@ -25,9 +26,4 @@ ci-runner-github: ci-job-format ci-job-clippy ci-job-mdbook
2526
@echo "Running tests..."
2627
@cargo test
2728

28-
.PHONY: ci-mdbook-job
29-
ci-job-mdbook:
30-
@echo "Installing mdBook if necessary and building docs..."
31-
@cargo install mdbook --version "^0.4" --force
32-
@mdbook build docs
3329

0 commit comments

Comments
 (0)