Skip to content

Commit bec1bee

Browse files
authored
Merge branch 'main' into mdbook-pr
2 parents 37aa1f7 + d61f174 commit bec1bee

5 files changed

Lines changed: 10 additions & 1 deletion

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ ci-runner-github: ci-job-format ci-job-clippy ci-job-mdbook
2424
@cargo check
2525
@echo "Running tests..."
2626
@cargo test
27+
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
33+

docs/src/Introduction.md

Whitespace-only changes.

docs/src/Refrences.md

Whitespace-only changes.

docs/src/SUMMARY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Summary
22

3-
- [Chapter 1](./chapter_1.md)
3+
- [Introduction](./Introduction.md)
4+
- [Refrences](./Refrences.md)
5+

docs/src/trigger.md

Whitespace-only changes.

0 commit comments

Comments
 (0)