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 e5327d8 commit d58c02dCopy full SHA for d58c02d
.github/workflows/mdbook.yml
@@ -20,6 +20,9 @@ jobs:
20
uses: actions/checkout@v4
21
22
- uses: actions-rs/toolchain@v1
23
+ with:
24
+ toolchain: stable
25
+ override: true
26
27
- name: Install mdBook
28
run: cargo install mdbook
docs/src/chapter_1.md
@@ -3,5 +3,4 @@
3
4
## Introduction
5
6
-
7
Welcome to the greatest documentation of all time WIP
0 commit comments