We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754e370 commit d41b6f1Copy full SHA for d41b6f1
1 file changed
.github/workflows/jekyll.yml
@@ -54,15 +54,15 @@ jobs:
54
- name: Test HTML
55
run: |
56
gem install html-proofer
57
- htmlproofer ./_site --disable-external --check-html --check-img-http --check-opengraph
+ htmlproofer ./_site --disable-external
58
- name: Test CSS
59
60
npm install -g csslint
61
find ./_site -name "*.css" -exec csslint {} \;
62
- name: Check links
63
64
65
- htmlproofer ./_site --external_only --check-external-hash
+ htmlproofer ./_site --check-external-hash
66
- name: Setup Pages
67
if: github.event_name == 'push'
68
id: pages
0 commit comments