Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Jan 9, 2025
1 parent 81895ae commit 5e56164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ install:
bundle install

check_links: build
bundle exec htmlproofer --swap-urls "^\/ecen625:" --allow_missing_href=true --ignore-status-codes "0,200,301" ./_site
bundle exec htmlproofer --swap-urls "^\/ecen625:" --ignore-empty-alt --ignore-missing-alt --no-enforce-https --ignore-status-codes "0,200,301,302,403" ./_site

0 comments on commit 5e56164

Please sign in to comment.