File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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/*' \
You can’t perform that action at this time.
0 commit comments