File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1717 - name : Link Checker
1818 uses :
lycheeverse/[email protected] 1919 with :
20- args : --verbose --no-progress **/*.html --exclude=".+gstatic.+" --exclude="https://doi.org.+" --exclude="https://github.com/JuliaSmoothOptimizers/PACKAGE.jl"
20+ # Exclude known hosts that block crawlers or are served behind paywalls
21+ args : >-
22+ --verbose --no-progress **/*.html
23+ --exclude=".+gstatic.+"
24+ --exclude="https://doi.org.+"
25+ --exclude="https://epubs.siam.org.+"
26+ --exclude="https?://dx.doi.org.+"
27+ --exclude="https?://doi.org.+"
28+ --exclude="https?://goo.gl.+"
29+ --exclude="https?://abelsiqueira.github.io.+"
30+ --exclude="https?://(www\.)?gerad.ca.+"
31+ --exclude="https://github.com/JuliaSmoothOptimizers/PACKAGE.jl"
2132 env :
2233 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
2334
You can’t perform that action at this time.
0 commit comments