Skip to content

Commit

Permalink
Use new Ultralytics Retry action (#21)
Browse files Browse the repository at this point in the history
Automated merge of Ultralytics Code Refactor
  • Loading branch information
pderrenger authored Nov 8, 2024
1 parent d44919c commit 0be984d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
- name: Run Broken Link Checks on Website
id: lychee
uses: nick-fields/retry@v3
uses: ultralytics/actions/retry@main
with:
timeout_minutes: 60
retry_wait_seconds: 300
max_attempts: 3
command: |
retry_delay_seconds: 300
retries: 2
run: |
# Count successfully downloaded files
downloaded_files=$(find ${{ matrix.website }} -type f | wc -l)
echo "Scanning $downloaded_files downloaded pages for broken links..."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This Handbook serves as a **living document**—evolving as Ultralytics grows—
## 🛠️ Installation

[![PyPI - Version](https://img.shields.io/pypi/v/ultralytics?logo=pypi&logoColor=white)](https://pypi.org/project/ultralytics/)
[![Downloads](https://static.pepy.tech/badge/ultralytics)](https://pepy.tech/project/ultralytics)
[![Downloads](https://static.pepy.tech/badge/ultralytics)](https://www.pepy.tech/projects/ultralytics)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ultralytics?logo=python&logoColor=gold)](https://pypi.org/project/ultralytics/)

To install MkDocs and all the dependencies required to build and develop the Handbook site, simply run:
Expand Down

0 comments on commit 0be984d

Please sign in to comment.