|
|
|
@ -56,7 +56,7 @@ jobs: |
|
|
|
|
python-version: "3.x" |
|
|
|
|
cache: "pip" # caching pip 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 |
|
|
|
|
run: python docs/build_reference.py |
|
|
|
|
- name: Commit and Push Reference Section Changes |
|
|
|
|