diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 8d5582efb..ad50c8493 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -34,6 +34,7 @@ jobs: cargo install mdbook export PATH="$HOME/.cargo/bin:$PATH" cargo install --git "https://github.com/lzanini/mdbook-katex" + cargo install --git "https://github.com/badboy/mdbook-toc" sudo apt -y install make - name: Compile and publish the book diff --git a/doc/README.md b/doc/README.md index 86cff27b9..268be62c1 100644 --- a/doc/README.md +++ b/doc/README.md @@ -11,5 +11,5 @@ For the mdbook-katex backend run: ``` cargo install --git "https://github.com/lzanini/mdbook-katex" -cargo install mdbook-toc +cargo install --git "https://github.com/badboy/mdbook-toc" ```