Skip to content

Commit fe13ed1

Browse files
committed
Fix makefile for checking links
1 parent a28f352 commit fe13ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ build: install
1010
bundle exec jekyll build
1111

1212
check_links: build
13-
bundle exec htmlproofer --empty_alt_ignore --allow-hash-href --url-swap "^\/426:" --url-ignore "/www.linkedin.com/,/learningsuite.byu.edu/" --check-html ./_site
13+
bundle exec htmlproofer --ignore_empty_alt true --ignore_missing_alt true --allow_missing_href=true --ignore-status-codes "0,301,403,999" ./_site

0 commit comments

Comments
 (0)