diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 04db9e7bb..5324c1c26 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -46,6 +46,15 @@ jobs: run: | curl https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip + - name: Install `mdbook-toc` + uses: actions-rs/install@v0.1 + with: + crate: mdbook-toc + version: latest + use-tool-cache: false + env: + RUSTUP_TOOLCHAIN: stable + - name: Build user Documentation run: | cd coreutils