diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 3891bcc7..3ec0cfb9 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -20,6 +20,9 @@ jobs: uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true - name: Install mdBook run: cargo install mdbook diff --git a/docs/src/chapter_1.md b/docs/src/chapter_1.md index 5612d699..1259c54e 100644 --- a/docs/src/chapter_1.md +++ b/docs/src/chapter_1.md @@ -3,5 +3,4 @@ ## Introduction - Welcome to the greatest documentation of all time WIP \ No newline at end of file