Skip to content

Commit 53eb35f

Browse files
committed
complete first book deployment
1 parent 483ab27 commit 53eb35f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
with:
2525
toolchain: stable
2626
override: true
27+
2728
- name: Rust Cache
2829
uses: Swatinem/rust-cache@v2.7.3
30+
2931
- name: Install mdBook
3032
run: cargo install mdbook
3133

docs/src/chapter_1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
## Introduction
55

6-
Welcome to the greatest documentation of all time WIP
6+
Welcome to the greatest documentation of all time WIP
7+
test

0 commit comments

Comments
 (0)