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 438f622 commit 4a1b51b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
with:
python-version: 3.11.3

- name: Run linkchecker into file
- name: Run linkchecker
run: |
pip install linkchecker
pip install linkchecker
cat .linkcheckerrc
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 4a1b51b

Please sign in to comment.