added CI dependency

mkdocs-exclude
Francesco Mattioli 4 months ago
parent 3099fdb93a
commit e780f83134
  1. 2
      .github/workflows/ci.yaml

@ -56,7 +56,7 @@ jobs:
python-version: "3.x" python-version: "3.x"
cache: "pip" # caching pip dependencies cache: "pip" # caching pip dependencies
- name: Install Dependencies - name: Install Dependencies
run: pip install tqdm mkdocs-material "mkdocstrings[python]" mkdocs-jupyter mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin run: pip install tqdm mkdocs-material "mkdocstrings[python]" mkdocs-jupyter mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin mkdocs-exclude
- name: Update Docs Reference Section - name: Update Docs Reference Section
run: python docs/build_reference.py run: python docs/build_reference.py
- name: Commit and Push Reference Section Changes - name: Commit and Push Reference Section Changes

Loading…
Cancel
Save