From ef31bd9d4b31301cb7ed048b369d93837a4ac6d1 Mon Sep 17 00:00:00 2001 From: vict0rsch Date: Tue, 14 Nov 2023 18:06:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20(docs):=20Fix=20material=20insta?= =?UTF-8?q?llation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ee4542f..bf1e63d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,5 +26,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install "mkdocs-material[imaging]" - run: mkdocs gh-deploy --force