From 4a1b51b4fba85ce289549d8a4da0e9b1f1ce9715 Mon Sep 17 00:00:00 2001 From: Zach Lasiuk <18421034+zachlasiuk@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:20:27 -0500 Subject: [PATCH] Update link-checker.yml --- .github/workflows/link-checker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index e6754b8d..bc3a5ead 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -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