Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
with:
# nice to check a few specific root-level markdown files (README.md etc) for valid links,
# but the main thing to check is the rendered website (in the `open-source` directory)
args: "--accept 200,429 --no-progress --verbose --github-token ${{ secrets.GITHUB_TOKEN }} -- README.md CONTRIBUTING.md open-source/"
args: "--github-token ${{ secrets.GITHUB_TOKEN }} -- README.md CONTRIBUTING.md open-source/"
fail: true
jobSummary: true
6 changes: 0 additions & 6 deletions .lycheeignore

This file was deleted.

10 changes: 10 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
accept = [200, 403, 415, 429]
verbose = "info"
no_progress = true
exclude = [
'(?x).*profiles.ucl.ac.uk.*/thumbnail', # People may not have a profile image.
'(?x).*github-readme-stats.vercel.app.*', # Returns 503 for some reason
'(?x).rdr.ucl.ac.uk/articles/*', # Article does exist but sometimes returns strange codes: 202, 403...
'(?x).*127.0.0.1.*', # This is a local address
'(?x).*liveuclac.sharepoint.com/sites/*', # SharePoint pages will need UCL credentials.
]
Loading