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 51f09c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ 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\
--allow-hash-href=true\
--enforce-https=false\
--ignore-empty-alt\
--allow-hash-href\
--no-enforce-https\
--ignore-missing-alt=true\
--swap-urls "https\:\/\/scala\.epfl\.ch:"\
--ignore-urls "/twitter.com/,/x.com/,/github.com/"\
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
gem 'jekyll-redirect-from'

0 comments on commit 51f09c2

Please sign in to comment.