Update links.yml

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/13503/head
Glenn Jocher 2025-01-30 16:42:41 +01:00 committed by GitHub
parent de62f93c21
commit 6327fb7098
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