From 138386b3103925f8ad906791c0105499d62d2f67 Mon Sep 17 00:00:00 2001 From: eatyourpeas Date: Sun, 22 Dec 2024 17:30:40 +0000 Subject: [PATCH] update action with mkdocs dependencies --- .github/workflows/main_rcpch-nhs-organisations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_rcpch-nhs-organisations.yml b/.github/workflows/main_rcpch-nhs-organisations.yml index dbca259..8043dd9 100644 --- a/.github/workflows/main_rcpch-nhs-organisations.yml +++ b/.github/workflows/main_rcpch-nhs-organisations.yml @@ -51,7 +51,7 @@ jobs: - name: Install MkDocs and dependencies run: | - pip install mkdocs mkdocs-material + pip install mkdocs mkdocs-material mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin mkdocs-macros-plugin mkdocs-with-pdf - name: Build MkDocs site run: mkdocs build --config-file documentation/mkdocs.yml