ci(docs): 👷 new packages added for build document

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2024-02-08 17:38:49 +03:00
parent f81ccbcc5f
commit 4ef2d04dec
No known key found for this signature in database
GPG Key ID: CF0835DFDF14CA38
1 changed files with 11 additions and 1 deletions

View File

@ -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]"