Skip to content

Commit

Permalink
Update links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Nov 8, 2024
1 parent c666464 commit 60fb018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ 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_delay_seconds: 300
max_attempts: 3
retries: 2
run: |
# Count successfully downloaded files
downloaded_files=$(find ${{ matrix.website }} -type f | wc -l)
Expand Down

0 comments on commit 60fb018

Please sign in to comment.