From 4ef2d04dec2d1952deff61cd09f43430ff24cf20 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Thu, 8 Feb 2024 17:38:49 +0300 Subject: [PATCH] =?UTF-8?q?ci(docs):=20=F0=9F=91=B7=20new=20packages=20add?= =?UTF-8?q?ed=20for=20build=20document?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .github/workflows/docs.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 14be70e1..629d8272 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: - name: 🐍 Set up Python uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: '3.10' - name: 📦 Install mkdocs-material run: pip install mkdocs-material - name: 📦 Install mkdocstrings[python] @@ -30,6 +30,16 @@ jobs: run: pip install "mkdocs-material[imaging]" - name: 📦 Install mike run: pip install "mike" + - name: 📦 Install mkdocs-git-revision-date-localized-plugin + run: pip install "mkdocs-git-revision-date-localized-plugin" + - name: 📦 Install JupyterLab + run: pip install jupyterlab + - name: 📦 Install mkdocs-jupyter + run: pip install mkdocs-jupyter + - name: 📦 Install mkdocs-material[all] + run: pip install "mkdocs-material[all]" + - name: 📦 Install mkdocs-git-committers-plugin-2 + run: pip install mkdocs-git-committers-plugin-2 - name: ⚙️ Configure git for github-actions run: | git config --global user.name "github-actions[bot]"