Sfoglia il codice sorgente

doc: update github workflow

x 3 anni fa
parent
commit
2a178672da
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 0
      .github/workflows/book.yml
  2. 1 1
      doc/README.md

+ 1 - 0
.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

+ 1 - 1
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"
 ```