Skip to content

Commit

Permalink
Remove defunct option (#5251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Jul 13, 2022
1 parent cb21b57 commit b662a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
bundle exec jekyll build
- name: HTML Proofer
run: bundle exec htmlproofer ./_site --internal-domains=eips.ethereum.org --check-html --check-opengraph --report-missing-names --log-level=:debug --assume-extension --empty-alt-ignore --timeframe=6w --disable-external
run: bundle exec htmlproofer ./_site --check-html --check-opengraph --report-missing-names --log-level=:debug --assume-extension --empty-alt-ignore --timeframe=6w --disable-external

- name: DNS Validator
run: bundle exec github-pages health-check
Expand Down

0 comments on commit b662a95

Please sign in to comment.