mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
6
.github/workflows/book.yml
vendored
6
.github/workflows/book.yml
vendored
@@ -41,10 +41,10 @@ jobs:
|
||||
pip install ghp-import
|
||||
pip install prettytable
|
||||
sudo apt -y install make wget libasound2-dev
|
||||
wget "https://github.com/badboy/mdbook-toc/releases/download/0.11.2/mdbook-toc-0.11.2-x86_64-unknown-linux-gnu.tar.gz"
|
||||
wget "https://github.com/lzanini/mdbook-katex/releases/download/v0.4.1/mdbook-katex-v0.4.1-x86_64-unknown-linux-gnu.tar.gz"
|
||||
wget "https://github.com/badboy/mdbook-toc/releases/download/0.12.0/mdbook-toc-0.12.0-x86_64-unknown-linux-gnu.tar.gz"
|
||||
wget "https://github.com/lzanini/mdbook-katex/releases/download/v0.5.3/mdbook-katex-v0.5.3-x86_64-unknown-linux-gnu.tar.gz"
|
||||
wget "https://github.com/badboy/mdbook-mermaid/releases/download/v0.12.6/mdbook-mermaid-v0.12.6-x86_64-unknown-linux-gnu.tar.gz"
|
||||
wget "https://github.com/rust-lang/mdBook/releases/download/v0.4.28/mdbook-v0.4.28-x86_64-unknown-linux-gnu.tar.gz"
|
||||
wget "https://github.com/rust-lang/mdBook/releases/download/v0.4.30/mdbook-v0.4.30-x86_64-unknown-linux-gnu.tar.gz"
|
||||
for i in *.tar.gz; do
|
||||
tar xf "$i"
|
||||
rm -f "$i"
|
||||
|
||||
Reference in New Issue
Block a user