From 708edf3d04a03ee300a75d7ca2ea5f4db78de379 Mon Sep 17 00:00:00 2001 From: RSAK56 Date: Tue, 28 May 2024 11:37:49 +0500 Subject: [PATCH] Updated plugin install name --- .github/workflows/mkdocs_pull_request_versioned_doc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mkdocs_pull_request_versioned_doc.yaml b/.github/workflows/mkdocs_pull_request_versioned_doc.yaml index 4a81f24..14aed39 100644 --- a/.github/workflows/mkdocs_pull_request_versioned_doc.yaml +++ b/.github/workflows/mkdocs_pull_request_versioned_doc.yaml @@ -24,8 +24,8 @@ jobs: with: python-version: 3.11 - - name: Install mike - run: pip3 install mike + - name: Install plugins + run: pip3 install mike mkdocs-mermaid2-plugin - name: Run prepare_theme.sh script from repository to merge theme_common and theme_override folders run: |