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 4, 2023
1 parent 2cd3d9b commit ed5a211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: matrix.branch == 'main'
run: |
mkdir ultralytics_website
wget -P ultralytics_website --recursive --no-parent --adjust-extension https://www.ultralytics.com || true
wget -P ultralytics_website --recursive --no-parent --adjust-extension --accept=html https://www.ultralytics.com || true
- name: Run Broken Link Checks on Ultralytics Website
if: matrix.branch == 'main'
Expand Down

0 comments on commit ed5a211

Please sign in to comment.