From de27b92b30ba17c71d5b63cadf70cdf4b45eb242 Mon Sep 17 00:00:00 2001 From: Chris C Date: Wed, 27 May 2026 16:51:39 -0600 Subject: [PATCH] Update the deploy to install all the dependencies not just mkdocs. This fixes the deploy failing that occurred after merging PR #118 (sponsor page redesign) that added the macros plugin for mkdocs. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9de11ea9..b1c530a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,5 +28,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install -r requirements.txt - run: mkdocs gh-deploy --force \ No newline at end of file