From cf01ecc113e03ed46b8a82a318fea0b28ccc3d76 Mon Sep 17 00:00:00 2001 From: Anshul Raj Verma <111767754+arv-anshul@users.noreply.github.com> Date: Mon, 27 May 2024 18:14:55 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Install=20build=5Fdocs=20workflo?= =?UTF-8?q?w=20package=20from=20requirements.lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 642b8c9..77c8be2 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -22,7 +22,7 @@ jobs: key: ${{ github.ref }} path: .cache - name: Install mkdocs - run: pip install mkdocs-material==9.5.24 mkdocs-markdownextradata-plugin==0.2.5 + run: pip install -r requirements.lock - name: Finally build docs and publish env: GOOGLE_ANALYTICS_PROPERTY: ${{ secrets.GOOGLE_ANALYTICS_PROPERTY }}