We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sinonjs
Learn more about funding links in repositories.
Report abuse
1 parent e3950d9 commit fba6f87Copy full SHA for fba6f87
docs/Makefile
@@ -20,7 +20,10 @@ check-dependencies:
20
@command -v git-lfs > /dev/null || (make print S="You need to install Git LFS before committing changes" && exit 1)
21
22
check-links: copy-over-sinon-script
23
- bundle exec htmlproofer --assume-extension='.html' --ignore-status-codes="403" --no-enforce-https ./_site/
+ bundle exec htmlproofer --assume-extension='.html' \
24
+ --ignore-status-codes="403" \
25
+ --ignore-files=./_site/releases/changelog.html \
26
+ --no-enforce-https ./_site/
27
28
deploy: check-dependencies
29
git push
0 commit comments