mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
install mdbook-toc in the CI
This commit is contained in:
@@ -42,6 +42,15 @@ jobs:
|
||||
env:
|
||||
RUSTUP_TOOLCHAIN: stable
|
||||
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user