Update docs.yml

mkdocs-exclude
Glenn Jocher 3 months ago committed by GitHub
parent ad1d146bac
commit 7857946b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/docs.yml

@ -43,7 +43,7 @@ jobs:
python-version: "3.x"
cache: "pip" # caching pip dependencies
- name: Install Dependencies
run: pip install ruff black tqdm mkdocs-material "mkdocstrings[python]" mkdocs-jupyter mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin
run: pip install ruff black tqdm mkdocs-material "mkdocstrings[python]" mkdocs-jupyter mkdocs-redirects mkdocs-ultralytics-plugin mkdocs-macros-plugin mkdocs-exclude
- name: Update Docs Reference Section and Push Changes
if: github.event_name == 'pull_request_target'
run: |

Loading…
Cancel
Save