Skip to content

Commit fba6f87

Browse files
committedMar 19, 2025
Ignore historic links in changelog
1 parent e3950d9 commit fba6f87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎docs/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ check-dependencies:
2020
@command -v git-lfs > /dev/null || (make print S="You need to install Git LFS before committing changes" && exit 1)
2121

2222
check-links: copy-over-sinon-script
23-
bundle exec htmlproofer --assume-extension='.html' --ignore-status-codes="403" --no-enforce-https ./_site/
23+
bundle exec htmlproofer --assume-extension='.html' \
24+
--ignore-status-codes="403" \
25+
--ignore-files=./_site/releases/changelog.html \
26+
--no-enforce-https ./_site/
2427

2528
deploy: check-dependencies
2629
git push

0 commit comments

Comments
 (0)
Please sign in to comment.