From e8c5c1cc2816cb9abded91334a6e7b8378156e7f Mon Sep 17 00:00:00 2001 From: Vasilis Date: Mon, 1 Jan 2024 06:45:06 +0100 Subject: [PATCH] Fix mdbook test (#116) https://github.com/space-wizards/docs/commit/2f270a17c310dd34ed4757ea15db154c34743fba forgot to update the test by the looks of it --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 528eab872..7a658f9de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Install mdbook & plugins uses: taiki-e/install-action@v2.18.6 with: - tool: mdbook@0.4.34,mdbook-admonish@1.11.1,mdbook-linkcheck@0.7.7,mdbook-mermaid@0.12.6,mdbook-template@1.1.0,mdbook-emojicodes@0.3.0 + tool: mdbook@0.4.36,mdbook-admonish@1.14.0,mdbook-linkcheck@0.7.7,mdbook-mermaid@0.12.6,mdbook-template@1.1.0,mdbook-emojicodes@0.3.0 - name: Build with mdBook run: mdbook build - name: Upload artifact @@ -25,4 +25,4 @@ jobs: with: name: Built Site path: ./book/html - retention-days: 3 \ No newline at end of file + retention-days: 3