Skip to content

Commit 02b3e8a

Browse files
authored
Update link-check.yml
1 parent b9b0f35 commit 02b3e8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/link-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
--verbose
2323
--include-fragments
2424
--timeout 30
25-
--retry-count 3
2625
--max-redirects 5
2726
--base https://terra610.github.io/abe---flag/
2827
--exclude 'https://fonts.googleapis.com/*'
@@ -33,13 +32,13 @@ jobs:
3332
env:
3433
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3534

36-
# Also scan the live Pages site
35+
# Also scan the live GitHub Pages site
3736
- name: Check live GitHub Pages site
3837
run: |
3938
npx -y lychee \
4039
--no-progress --verbose \
4140
--include-fragments \
42-
--timeout 30 --retry-count 3 --max-redirects 5 \
41+
--timeout 30 --max-redirects 5 \
4342
--exclude 'https://fonts.googleapis.com/*' \
4443
--exclude 'https://fonts.gstatic.com/*' \
4544
--exclude 'https://creativecommons.org/*' \

0 commit comments

Comments
 (0)