Skip to content

Commit

Permalink
Update link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlasiuk authored Mar 28, 2024
1 parent f30718d commit 1ac0e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Check external HTML links
run: |
pip install linkchecker
linkchecker --no-robots --no-warnings --config .linkcheckerrc --check-extern https://www.arm.com/developer-hub/ecosystem-dashboard/servers-and-cloud-computing
linkchecker --no-robots --no-warnings --config .linkcheckerrc --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" --check-extern https://www.arm.com/developer-hub/ecosystem-dashboard/servers-and-cloud-computing

0 comments on commit 1ac0e05

Please sign in to comment.