Skip to content

Commit 2d829ed

Browse files
committed
install mdbook-toc in the CI
1 parent 315305e commit 2d829ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ jobs:
4242
env:
4343
RUSTUP_TOOLCHAIN: stable
4444

45+
- name: Install `mdbook-toc`
46+
uses: actions-rs/install@v0.1
47+
with:
48+
crate: mdbook-toc
49+
version: latest
50+
use-tool-cache: false
51+
env:
52+
RUSTUP_TOOLCHAIN: stable
53+
4554
- name: Build user Documentation
4655
run: |
4756
cd coreutils

0 commit comments

Comments
 (0)