From de2ab1f6c58550b241970f87ab37d4b093937c30 Mon Sep 17 00:00:00 2001 From: Chitoku YATO Date: Tue, 27 Aug 2024 17:35:44 -0700 Subject: [PATCH] Use the latest mkdocs-material to build in CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e902c89..a22dda6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,6 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material==9.1.21 + - run: pip install mkdocs-material + - run: pip install mkdocs-redirects - run: mkdocs gh-deploy --force