You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Merge pull request #3 from tertsdiepraam/mdbook-toc
install mdbook-toc in the CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user