Skip to content

Commit

Permalink
fix 'needless argument' error
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Mar 8, 2024
1 parent dfe8efa commit 7fd3276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Also ignore github.com because we have too many and they eventually return 429
bundle exec htmlproofer ./_site/\
--only-4xx\
--ignore-empty-alt=true\
--ignore-empty-alt\
--allow-hash-href=true\
--enforce-https=false\
--ignore-missing-alt=true\
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gem 'github-pages'
gem 'webrick'
#
gem 'html-proofer'
# gem 'html-proofer' # link-checking: bundle exec htmlproofer ./_site/ --only-4xx --ignore-empty-alt=true --allow-hash-href=true
# gem 'html-proofer' # link-checking: bundle exec htmlproofer ./_site/ --only-4xx --ignore-empty-alt --allow-hash-href=true
gem 'jekyll-redirect-from'

0 comments on commit 7fd3276

Please sign in to comment.