From 6f8359e572b620c07596ba583016a487221f27d5 Mon Sep 17 00:00:00 2001 From: abhiTronix Date: Wed, 11 Jan 2023 09:37:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Docs:=20Add=20temporary?= =?UTF-8?q?=20hotfix=20for=20issue=20https://github.com/squidfunk/mkdocs-m?= =?UTF-8?q?aterial/issues/4843?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs_deployer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs_deployer.yml b/.github/workflows/docs_deployer.yml index 0c8891f..2f63b49 100644 --- a/.github/workflows/docs_deployer.yml +++ b/.github/workflows/docs_deployer.yml @@ -49,6 +49,7 @@ jobs: run: | pip install -U mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy pip install jinja2==3.0.* + pip install git+https://github.com/facelessuser/pymdown-extensions@main#egg=pymdown-extensions if: success() - name: git configure run: |