Skip to content

Commit

Permalink
Fix html-proofer command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianba committed Apr 28, 2024
1 parent ee5e9cd commit 20e0884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: JEKYLL_ENV=production bundle exec jekyll build

- name: Test
run: bundle exec htmlproofer ./_site --disable-external --allow-hash-href --ignore-empty-alt --internal-domains adrianba.net --enforce-https=false
run: bundle exec htmlproofer ./_site --disable-external --allow-hash-href --ignore-empty-alt --no-enforce-https

- name: List
run: ls -al && ls -al ./_site
Expand Down

0 comments on commit 20e0884

Please sign in to comment.