Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
directory: "_site"
arguments: |
--ignore-files "/.+\/_posts\/README.md"
--ignore-urls "/^https?:\/\/(www\.)?pyopensci\.org\//"
--checks "Images,Scripts"
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ footer:
include:
- .htaccess
- _pages
- _posts
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
Expand Down
3 changes: 3 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ include_verbatim = false
# Regex excludes. Plain-domain skips belong in .lycheeignore.
exclude = [
'zenodo\.org',
# Self-references to the deployed site lag the build, producing false
# 404s for new pages. Internal links are validated via relative paths.
'^https?://(www\.)?pyopensci\.org/',
]
Loading