Update links.yml (#13503)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/13244/head^2
Glenn Jocher 2025-01-30 17:42:46 +01:00 committed by GitHub
parent de62f93c21
commit 5cdad8922c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
--github-token ${{ secrets.GITHUB_TOKEN }} \
--header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.183 Safari/537.36" \
'./**/*.md' \
'./**/*.html'
'./**/*.html' | tee -a $GITHUB_STEP_SUMMARY
- name: Test Markdown, HTML, YAML, Python and Notebook links with retry
if: github.event_name == 'workflow_dispatch'
@ -69,4 +69,4 @@ jobs:
'./**/*.yml' \
'./**/*.yaml' \
'./**/*.py' \
'./**/*.ipynb'
'./**/*.ipynb' | tee -a $GITHUB_STEP_SUMMARY