Skip to content

Commit d58c02d

Browse files
committed
fix typo
1 parent e5327d8 commit d58c02d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- uses: actions-rs/toolchain@v1
23+
with:
24+
toolchain: stable
25+
override: true
2326

2427
- name: Install mdBook
2528
run: cargo install mdbook

docs/src/chapter_1.md

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

44
## Introduction
55

6-
76
Welcome to the greatest documentation of all time WIP

0 commit comments

Comments
 (0)