Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3950d9 commit fba6f87Copy full SHA for fba6f87
1 file changed
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