Skip to content

Commit d41b6f1

Browse files
committed
Fix html-proofer options for version 5.0.10
1 parent 754e370 commit d41b6f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
- name: Test HTML
5555
run: |
5656
gem install html-proofer
57-
htmlproofer ./_site --disable-external --check-html --check-img-http --check-opengraph
57+
htmlproofer ./_site --disable-external
5858
- name: Test CSS
5959
run: |
6060
npm install -g csslint
6161
find ./_site -name "*.css" -exec csslint {} \;
6262
- name: Check links
6363
run: |
6464
gem install html-proofer
65-
htmlproofer ./_site --external_only --check-external-hash
65+
htmlproofer ./_site --check-external-hash
6666
- name: Setup Pages
6767
if: github.event_name == 'push'
6868
id: pages

0 commit comments

Comments
 (0)