Skip to content

Commit 802c92a

Browse files
authored
Merge pull request #3 from tertsdiepraam/mdbook-toc
install mdbook-toc in the CI
2 parents 47dfc12 + 2d829ed commit 802c92a

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
@@ -46,6 +46,15 @@ jobs:
4646
run: |
4747
curl https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip
4848
49+
- name: Install `mdbook-toc`
50+
uses: actions-rs/install@v0.1
51+
with:
52+
crate: mdbook-toc
53+
version: latest
54+
use-tool-cache: false
55+
env:
56+
RUSTUP_TOOLCHAIN: stable
57+
4958
- name: Build user Documentation
5059
run: |
5160
cd coreutils

0 commit comments

Comments
 (0)