From 535bd2c8702114158b8b7af73741052025fcdc76 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 23 Aug 2023 19:17:46 +0200 Subject: [PATCH] CI: Update mdbook binaries --- .github/workflows/book.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 21aee8187..0b7b0c896 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -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.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-toc/releases/download/0.14.1/mdbook-toc-0.14.1-x86_64-unknown-linux-gnu.tar.gz" + wget "https://github.com/lzanini/mdbook-katex/releases/download/v0.5.7/mdbook-katex-v0.5.7-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.30/mdbook-v0.4.30-x86_64-unknown-linux-gnu.tar.gz" + wget "https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-gnu.tar.gz" for i in *.tar.gz; do tar xf "$i" rm -f "$i" @@ -54,7 +54,7 @@ jobs: - name: Compile and publish the book and rustdoc run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "parazyd" + git config --local user.name "bookworm" cd doc make github git checkout gh-pages