From aea4310805e95b758c09e361f21b6c19df57a550 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sun, 9 Jun 2024 03:09:51 -0400 Subject: [PATCH] ci: fix dependencies for imaging --- .github/workflows/ci.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9e925..aaf190d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install mkdocs-material "mkdocs-material[imaging]" - run: mkdocs gh-deploy --force diff --git a/.gitignore b/.gitignore index f080cd0..8a1a96d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .cache env +venv