File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 id : lychee
4343 with :
4444 token : " ${{ secrets.GITHUB_TOKEN }}"
45- args : --no-progress --root-dir _site --exclude https://fonts.gstatic.com/ --exclude https://fonts.googleapis.com/ '_site'
4645 output : " ${{ env.LYCHEE_OUTPUT }}"
47- debug : true
46+ lycheeVersion : v0.24.1
47+ fail : false
48+ debug : false
4849
4950 - name : Find Link Checker Issue
5051 id : find-issue
Original file line number Diff line number Diff line change 1+ root_dir = " _site"
2+
3+ # When links are available using HTTPS, treat HTTP links as errors.
4+ require_https = true
5+
6+ # Exclude URLs and mail addresses from checking (supports regex).
7+ exclude = [
8+ ' ^https://web\.archive\.org/web/' ,
9+ ' ^https://fonts\.gstatic\.com/' ,
10+ ' ^https://fonts\.googleapis\.com' ,
11+ ' https://www.deviantart.com/lanotdesign/art/homeless-characters-154275235' ,
12+ ' https://www.linkedin.com/in/stephentiu/' ,
13+ ' https://www.npmjs.com/~halkeye' ,
14+ ]
You can’t perform that action at this time.
0 commit comments